Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
/ ckeditor_div Public archive

DO NOT USE - This module was forked to enable uninstall and removal after upgrade from Drupal 8/9 to Drupal 10.

Notifications You must be signed in to change notification settings

DeloitteAU/ckeditor_div

Repository files navigation

⚠️ DO NOT USE - This module was forked to enable uninstall and removal after upgrade from Drupal 8/9 to Drupal 10.


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/cksource_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.

About

DO NOT USE - This module was forked to enable uninstall and removal after upgrade from Drupal 8/9 to Drupal 10.

Resources

Code of conduct

Stars

Watchers

Forks

Languages