-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.xml
29 lines (29 loc) · 924 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Extended TinyMCE</name>
<id>extended_tinymce</id>
<author>iionly / Core developers / Moxiecode Systems AB</author>
<version>4.9.3</version>
<category>non-bundled</category>
<category>enhancement</category>
<description>HTML WYSIWYG editor for Elgg based on the jquery Tinymce editor.</description>
<website>https://github.com/iionly</website>
<copyright>(C) iionly 2012, (C) Curverider 2008, (C) 2003 Moxiecode Systems AB.</copyright>
<license>GNU General Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>2.3.0</version>
</requires>
<conflicts>
<type>plugin</type>
<name>tinymce</name>
</conflicts>
<conflicts>
<type>plugin</type>
<name>ckeditor</name>
</conflicts>
<suggests>
<type>plugin</type>
<name>embed</name>
</suggests>
</plugin_manifest>