diff options
Diffstat (limited to 'mod/ckeditor/manifest.xml')
-rw-r--r-- | mod/ckeditor/manifest.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mod/ckeditor/manifest.xml b/mod/ckeditor/manifest.xml new file mode 100644 index 000000000..e881c145b --- /dev/null +++ b/mod/ckeditor/manifest.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>CKEditor</name> + <author>Lorea developers</author> + <version>1.9</version> + <category>bundled</category> + <category>enhancement</category> + <description>Integrates the popular rich text editor CKEditor as a plugin.</description> + <website>http://lorea.org/</website> + <copyright>See COPYRIGHT.txt</copyright> + <license>GNU General Public License version 2</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> + <conflicts> + <type>plugin</type> + <name>tinymce</name> + </conflicts> + <activate_on_install>true</activate_on_install> +</plugin_manifest> |