<?xml version="1.0"?>
<extension key="ckeditor4" type="module">
  <file>ckeditor4</file>
  <name>CKEditor4</name>
  <description>CiviCRM CKEditor4 Plugin.</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>Seamus Lee</author>
    <email>seamus@civicrm.org</email>
  </maintainer>
  <urls>
    <url desc="Main Extension Page">https://github.com/civicrm/civicrm-core/</url>
    <url desc="Documentation">https://github.com/civicrm/civicrm-core/</url>
    <url desc="Support">https://github.com/civicrm/civicrm-core/</url>
    <url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>[civicrm.releaseDate]</releaseDate>
  <version>[civicrm.version]</version>
  <develStage>stable</develStage>
  <compatibility>
    <ver>[civicrm.majorVersion]</ver>
  </compatibility>
  <php_compatibility>
    <ver>8.0</ver>
    <ver>8.1</ver>
    <ver>8.2</ver>
    <ver>8.3</ver>
    <ver>8.4</ver>
  </php_compatibility>
  <smarty_compatibility>
    <ver>5</ver>
  </smarty_compatibility>
  <comments>This is the version of CKEditor that originally shipped with CiviCRM core</comments>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
  <mixins>
    <mixin>menu-xml@1.0.0</mixin>
    <mixin>smarty@1.0.3</mixin>
  </mixins>
  <civix>
    <namespace>CRM/Ckeditor4</namespace>
    <format>25.10.2</format>
  </civix>
  <upgrader>CiviMix\Schema\Ckeditor4\AutomaticUpgrader</upgrader>
</extension>
