Actions
Feature #78929
closedEpic #78916: ext:rte_ckeditor
Add API to register own plugins to use with CKEditor
Start date:
2016-12-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We need an API to register your own plugins for CKEditor.
Some documentation/examples:
- http://docs.ckeditor.com/#!/api/CKEDITOR.plugins
- http://ckeditor.com/forums/CKEditor-3.x/Tutorial-create-external-plugin-for-CKEDITOR
- CKEDITOR.plugins.addExternal('autogrow', mydir + '/plugins/autogrow/', 'plugin.js');
Updated by Benni Mack almost 8 years ago
- Target version changed from 8.6 to 8 LTS
Updated by Riccardo De Contardi almost 8 years ago
- Target version changed from 8 LTS to 9.0
Actions