aboutsummaryrefslogtreecommitdiff
path: root/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
commit20f9884f9a52e810d7e3cdbdd92eabc64812e097 (patch)
treef01dbe4db567b7bebb38274286ca2b3fc02a6d66 /manifest.xml
downloadelgg-20f9884f9a52e810d7e3cdbdd92eabc64812e097.tar.gz
elgg-20f9884f9a52e810d7e3cdbdd92eabc64812e097.tar.bz2
Squashed 'mod/ckeditor/' content from commit 9f4ede0
git-subtree-dir: mod/ckeditor git-subtree-split: 9f4ede06562e229a26d7ae8d32ebb23453c293e7
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..e881c145b
--- /dev/null
+++ b/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>