aboutsummaryrefslogtreecommitdiff
path: root/mod/ckeditor/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:05:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:05:42 -0300
commit82ca8e9f8839b98a5770a90027adcecbe603d06f (patch)
tree0f8e599218b8bcf1bb84d1defdeb8b5dd31b8a14 /mod/ckeditor/manifest.xml
parented3335df218dca6aa14f1686454b3e265339b729 (diff)
parent20f9884f9a52e810d7e3cdbdd92eabc64812e097 (diff)
downloadelgg-82ca8e9f8839b98a5770a90027adcecbe603d06f.tar.gz
elgg-82ca8e9f8839b98a5770a90027adcecbe603d06f.tar.bz2
Merge commit '20f9884f9a52e810d7e3cdbdd92eabc64812e097' as 'mod/ckeditor'
Diffstat (limited to 'mod/ckeditor/manifest.xml')
-rw-r--r--mod/ckeditor/manifest.xml21
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>