CKEditor Color Dialog
Security covered
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.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.