Merge pull request #23817 from civicrm/5.51
[civicrm-core.git] / ext / afform / html / info.xml
CommitLineData
a807dfa4
TO
1<?xml version="1.0"?>
2<extension key="org.civicrm.afform-html" type="module">
3 <file>afform_html</file>
bde42e50
CW
4 <name>Form Code Editor</name>
5 <description>Tool for developers to edit afform html code</description>
a807dfa4
TO
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>Tim Otten</author>
9 <email>totten@civicrm.org</email>
10 </maintainer>
11 <urls>
bde42e50 12 <url desc="Chat">https://chat.civicrm.org/civicrm/channels/dev-afform</url>
a807dfa4
TO
13 <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
14 </urls>
c697cf5f 15 <releaseDate>2020-01-09</releaseDate>
9675daad 16 <version>5.52.alpha1</version>
a807dfa4
TO
17 <develStage>alpha</develStage>
18 <compatibility>
9675daad 19 <ver>5.52</ver>
a807dfa4 20 </compatibility>
42a4b799
TO
21 <requires>
22 <ext>org.civicrm.afform</ext>
23 </requires>
bde42e50 24 <comments>This extension is experimental and has limited functionality.</comments>
ee322efc
TO
25 <mixins>
26 <mixin>ang-php@1.0.0</mixin>
27 </mixins>
a807dfa4
TO
28 <civix>
29 <namespace>CRM/AfformHtml</namespace>
30 </civix>
31</extension>