CKEditor Plugins Manager (for WYSIWYG module)
Component ID
2314193
Component name
CKEditor Plugins Manager (for WYSIWYG module)
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
CKEditor Plugins Manager
This module will allow you to manage (enable/disable) all installed plugins of CKEditor v4.x (WYSIWYG editor).
CKEditor Plugins Manager is compatible with packaged version of CKEditor (custom packaged version include plugins you have selected (http://ckeditor.com/builder)) and "classical" install of CKEditor.
How-to use?
- Simply enable/disable CKEditor plugins.
You do edit ckeditor/config.js ONLY if you dont have an packaged version of CKEditor, add this in config.js for all plugins you enable:
config.extraPlugins = 'myplugin,anotherplugin';
Read: CKEditor documentation
Installation
- Do NOT download/install the
CKEditor module! - download CKEditor at http://ckeditor.com/download (you can create your custom version with our plugins choices at http://ckeditor.com/builder),
- extract the CKEditor editor library into sites/all/libraries/ckeditor (after you want have /sites/all/libraries/ckeditor/ckeditor.js),
- download, install and activate the module as usual,
- go to Administer » Configuration » Content authoring » Wysiwyg profiles and select one CKEditor attributed text format, in BUTTONS AND PLUGINS fieldset you can see all CKEditor plugins available for use (enable/disable).
Required components
- WYSIWYG module: To use CKEditor Plugins Manager in Drupal, you will need to have installed and actived the WYSIWYG (Drupal) module.
- CKEditor library: You will need to have correctly extracted the CKEditor (v4.x) JavaScript library in sites/all/libraries/ckeditor folder, you can check install status at /admin/config/content/wysiwyg
More information and licence
- For further information please refer to: the CKEeditor homepage
