Adds in the Panel Button plugin for CKEditor.
This is required by plugins that need panel button to work, like Color Button.
Other plugins can leverage panel button by adding this in their plugin definition:
class YourButtonPlugin extends CKEditorPluginBase implements CKEditorPluginConfigurableInterface {
/**
* {@inheritdoc}
*/
public function getDependencies(Editor $editor) {
return ['panelbutton'];
}
// more code...
Installation
- Download the plugin from http://ckeditor.com/addon/panelbutton at least version 4.5.6.
- Place the plugin in the root libraries folder (/libraries).
- Enable Panel Button module in the Drupal admin.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Content editing experience
13,558 sites report using this module
- Created by kevinquillen 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 27 September 2022
Works with Drupal: ^8 || ^9 || ^10
Install:
Development version: 8.x-1.x-dev updated 27 Sep 2022 at 11:00 UTC


