CKEditor Color Dialog
Component ID
2887853
Component name
CKEditor Color Dialog
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
825
Component created
Component changed
Component body
Adds in the Color Dialog plugin for CKEditor.
This is required by plugins that need a CKEditor Bootstrap Glyphicons to work.
Other plugins can leverage panel button by adding this in their plugin definition:
class YourPlugin extends CKEditorPluginBase implements CKEditorPluginConfigurableInterface {
/**
* {@inheritdoc}
*/
public function getDependencies(Editor $editor) {
return ['colordialog'];
}
// more code...
Installation
- Download the plugin from http://ckeditor.com/addon/colordialog at least version 4.7.0.
- Place the plugin in the root libraries folder (/libraries).
- Enable CKEditor Color Dialog module in the Drupal admin.
