This project is not covered by Drupal’s security advisory policy.

This module adds bootstrap widgets to ckeditor. This allows creating functional pieces of content directly inside the ckeditor wysiwyg.

Included Widgets

  • Carousel
  • Featurette
  • Jumbotron
  • Trifold
  • **More to come! (I'd love some help)

Installation

  1. Install these modules
  2. Install version 4.3 (or later) of ckeditor full source. See the ckeditor module for more details. Version 4.3 is required since this plugin utilizes widgets which aren't supported in versions prior to 4.3. You now need to add the Widget plugin to your ckeditor source as well as lineutils. Customize the download and add it or download it separately and put it in the plugins folder of ckeditor.
  3. Enable the plugins in ckeditor
    • Edit the CKEditor Profile (such as admin/config/content/ckeditor/edit/Full)
    • Go to the EDITOR APPEARANCE section
    • Drag the plugins buttons onto the editor toolbar
    • Check the checkbox under "Plugins" for the bootstrap plugins that you want to use.
    • Save the profile

Now when you use the ckeditor to edit content you should see the widget buttons. When you click on them it will insert the proper bootstrap html and provide dialogs for configuring them.

The html output by these widgets will only work out of the box with bootstrap 3 based themes.

Project information

Releases