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

Replaced by: 

This module is obsolete

I created it some time back when I needed a D8-compatible version of this plugin. An older module with this functionality has since been updated and is now D9-compatible. Please consider using CKEditor Div Manager instead.

This module enables the Div Container Manager plugin for CKEditor.

Installation

With Composer

This assumes you've already configured your composer.json file to install libraries into your /libraries folder. See Using Composer to manage Drupal site dependencies for reference.

Add the cksource/div package information to your project's composer.json file, inside the repositories block:

    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "cksource/div",
                "version": "4.8.0",
                "type": "drupal-library",
                "dist": {
                    "url": "https://download.ckeditor.com/div/releases/div_4.8.0.zip",
                    "type": "zip"
                }
            }
        }
    ]

Then use the following composer require commands:

composer require cksource/div:^4.8
composer require drupal/ckeditor_div

Without Composer

Download the CKEditor Div plugin, unzip it, and place the folder inside your /libraries folder. Make sure the plugin.js file is located at /libraries/div/plugin.js.

Download the module and install it in the usual way.

Supporting organizations: 

Project information

Releases