Drupal 8 CKEditor Panel Button Addon

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

  1. Download the plugin from http://ckeditor.com/addon/panelbutton at least version 4.5.6.
  2. Place the plugin in the root libraries folder (/libraries).
  3. Enable Panel Button module in the Drupal admin.

Supporting organizations: 

Velir

Five Jars

Support & Development

Project information

  • Image removed. Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • Image removed. Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Content
  • Image removed.4,400 sites report using this module
    38,000 downloads
  • Image removed.Stable releases for this project are covered by the security advisory policy.
    Look for the shield icon below.

Downloads

8.x-1.1 Image removed. 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