aboutsummaryrefslogtreecommitdiff
path: root/mod/ckeditor/manifest.xml
blob: e881c145b376ca701e9ed8ea4abd3631b82b97ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>