This project is not covered by Drupal’s security advisory policy.
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_divWithout 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.
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Project categories: Content editing experience
40 sites report using this module
- Created by wrd on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
