Merge pull request #23974 from colemanw/filterFieldsAfform
[civicrm-core.git] / ext / ckeditor4 / info.xml
CommitLineData
301b8b4b
SL
1<?xml version="1.0"?>
2<extension key="ckeditor4" type="module">
3 <file>ckeditor4</file>
800b852c
MW
4 <name>CKEditor4</name>
5 <description>CiviCRM CKEditor4 Plugin.</description>
301b8b4b
SL
6 <license>AGPL-3.0</license>
7 <maintainer>
8 <author>Seamus Lee</author>
9 <email>seamus@civicrm.org</email>
10 </maintainer>
11 <urls>
12 <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/</url>
13 <url desc="Documentation">https://github.com/civicrm/civicrm-core/</url>
14 <url desc="Support">https://github.com/civicrm/civicrm-core/</url>
15 <url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
16 </urls>
17 <releaseDate>2021-05-23</releaseDate>
e2f863c9 18 <version>5.53.alpha1</version>
301b8b4b
SL
19 <develStage>stable</develStage>
20 <compatibility>
e2f863c9 21 <ver>5.53</ver>
301b8b4b 22 </compatibility>
800b852c 23 <comments>This is the version of CKEditor that originally shipped with CiviCRM core</comments>
301b8b4b
SL
24 <classloader>
25 <psr4 prefix="Civi\" path="Civi"/>
26 </classloader>
708c2541
TO
27 <mixins>
28 <mixin>menu-xml@1.0.0</mixin>
29 </mixins>
301b8b4b
SL
30 <civix>
31 <namespace>CRM/Ckeditor4</namespace>
32 </civix>
33</extension>