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.
Supporting organizations:
Developed module for Open Y
Support & Development
Support & Development
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.1,955 sites report using this module
- Created by ddrozdik on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
8.x-1.5
released 14 November 2024
Works with Drupal: ^8 || ^9 || ^10 || ^11
Install:
Development version: 8.x-1.x-dev updated 14 Nov 2024 at 12:11 UTC


