-
Notifications
You must be signed in to change notification settings - Fork 14
/
info.xml
23 lines (23 loc) · 908 Bytes
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<extension key="eu.tttp.publicautocomplete" type="module">
<file>publicautocomplete</file>
<name>public autocomplete field</name>
<description>This extension allows an anonymous user to have an autocomplete field instead of a free form one, to avoid mispelled/duplicate organisation names on the current employer</description>
<urls>
<url desc="Documentation">https://github.com/TechToThePeople/publicautocomplete</url>
</urls>
<license>agpl 3</license>
<maintainer>
<author>Xavier Dutoit</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2023-06-20</releaseDate>
<version>1.6.4</version>
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>This needs some configuration change on your civicrm.settings.php. Read the README.md</comments>
<civix>
<namespace>CRM/Publicautocomplete</namespace>
</civix>
</extension>