A module that enables embedding drupal blocks in CKEditor. It currently uses the insert_block module to render the blocks but this functionality may be moved into the module to reduce dependencies.

Installation

  1. Install these modules
  2. Install version 4.3 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 it's dependency lineutils. Customize the download and add them or download it separately and put them 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
    • Enable "Plugin for adding Drupal blocks withing CKEditor" plugin
    • Save the profile
  4. Set up the Drupal Block text filter
    • Edit the text format being used with the ckeditor_blocks plugin (such as admin/config/content/formats/full_html)
    • Enable the Drupal blocks filter
    • Save the text format
Supporting organizations: 
Module development and support.

Project information

Releases