-
Notifications
You must be signed in to change notification settings - Fork 4
/
info.xml
26 lines (26 loc) · 1.15 KB
/
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
24
25
26
<?xml version="1.0"?>
<extension key="org.civicrm.fieldmetadata" type="module">
<file>fieldmetadata</file>
<name>Civicrm FieldMetadata</name>
<description>Adds an API to CiviCRM for providing metadata about fields or field collections to aid building forms in javascript that can be changed by users by updating, e.g. the Profile or Custom Group in the CiviCRM admin interface.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Ginkgo Street Labs</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/ginkgostreet/org.civicrm.fieldmetadata</url>
<url desc="Documentation">https://github.com/ginkgostreet/org.civicrm.fieldmetadata</url>
<url desc="Support">https://github.com/ginkgostreet/org.civicrm.fieldmetadata</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2019-01-08</releaseDate>
<version>1.1.0</version>
<compatibility>
<ver>5.4</ver>
</compatibility>
<comments>This is a new, developing module</comments>
<civix>
<namespace>CRM/Fieldmetadata</namespace>
</civix>
</extension>