new library - ckeditor indentblock plugin for ckeditor_indentblock module
Showing
- composer.json 19 additions, 0 deletionscomposer.json
- composer.lock 18 additions, 1 deletioncomposer.lock
- vendor/composer/installed.json 19 additions, 0 deletionsvendor/composer/installed.json
- web/libraries/ckeditor.indentblock/plugin.js 312 additions, 0 deletionsweb/libraries/ckeditor.indentblock/plugin.js
... | ... | @@ -58,11 +58,30 @@ |
"type": "zip" | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "package", | ||
"package": { | ||
"name": "ckeditor/indentblock", | ||
"version": "4.8.0", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "ckeditor.indentblock" | ||
}, | ||
"dist": { | ||
"url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip", | ||
"type": "zip" | ||
}, | ||
"require": { | ||
"composer/installers": "~1.0" | ||
} | ||
} | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.0.8", | ||
"browserstate/history.js": "^1.8", | ||
"ckeditor/indentblock": "4.8.0", | ||
"composer/installers": "^1.0.20", | ||
"cweagans/composer-patches": "^1.0", | ||
"desandro/imagesloaded": "4.1.4", | ||
... | ... |
web/libraries/ckeditor.indentblock/plugin.js
0 → 100644
Please register or sign in to comment