manifest.xml 869 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
  3. <name>Extended TinyMCE</name>
  4. <id>extended_tinymce</id>
  5. <author>iionly / Core developers / Moxiecode Systems AB</author>
  6. <version>4.4.0</version>
  7. <category>non-bundled</category>
  8. <category>enhancement</category>
  9. <description>HTML WYSIWYG editor for Elgg based on the jquery Tinymce editor.</description>
  10. <website>https://github.com/iionly</website>
  11. <copyright>(C) iionly 2012-2016, (C) Curverider 2008-2016, (C) 2003-2016 Moxiecode Systems AB.</copyright>
  12. <license>GNU General Public License version 2</license>
  13. <requires>
  14. <type>elgg_release</type>
  15. <version>1.9</version>
  16. </requires>
  17. <conflicts>
  18. <type>plugin</type>
  19. <name>tinymce</name>
  20. </conflicts>
  21. <conflicts>
  22. <type>plugin</type>
  23. <name>ckeditor</name>
  24. </conflicts>
  25. </plugin_manifest>