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.
Supporting organizations:
Support & Development
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Module categories: Content
4,400 sites report using this module
38,000 downloadsStable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Downloads
8.x-1.1 released 17 July 2017
✓ Recommended by the project’s maintainer.
⬇ Download tar.gz (8.13 KB) | zip (10.02 KB)
Development version: 8.x-1.x-dev updated 17 Jul 2017 at 20:34 UTC
- Log in to post comments
