-
Brian Canini authored
new module - ckeditor_indentblock: integrates the CKEditor IndentBlock plugin with the CKEditor in Drupal 8 core
Brian Canini authorednew module - ckeditor_indentblock: integrates the CKEditor IndentBlock plugin with the CKEditor in Drupal 8 core
This project manages its dependencies using Composer.
Learn more
composer.json 749 B
{
"name": "drupal/ckeditor_indentblock",
"type": "drupal-module",
"description": "Provides integration of the CKEditor IndentBlock plugin with the Drupal 8 CKEditor.",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/ckeditor_indentblock",
"minimum-stability": "dev",
"authors": [
{
"name": "Christian Meilinger (meichr)",
"homepage": "https://www.drupal.org/u/meichr",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/ckeditor_indentblock",
"source": "http://cgit.drupalcode.org/ckeditor_indentblock/"
},
"require": {
"drupal/core": "^8.1.0",
"drupal/ckeditor": "*",
"drupal/libraries": "*"
}
}