8
0
Просмотр исходного кода

Added clipboard and autoformat to the bundle config.

Piotrek Koszuliński 9 лет назад
Родитель
Сommit
84c3a42478
2 измененных файлов с 3 добавлено и 0 удалено
  1. 2 0
      dev/bundles/build-config-standard.js
  2. 1 0
      package.json

+ 2 - 0
dev/bundles/build-config-standard.js

@@ -11,8 +11,10 @@ module.exports = {
 
 	// List of features.
 	features: [
+		'autoformat',
 		'basic-styles/bold',
 		'basic-styles/italic',
+		'clipboard',
 		'enter',
 		'heading',
 		'link',

+ 1 - 0
package.json

@@ -10,6 +10,7 @@
   "dependencies": {
     "ckeditor5-autoformat": "ckeditor/ckeditor5-autoformat",
     "ckeditor5-basic-styles": "ckeditor/ckeditor5-basic-styles",
+    "ckeditor5-clipboard": "ckeditor/ckeditor5-clipboard",
     "ckeditor5-core": "ckeditor/ckeditor5-core",
     "ckeditor5-editor-classic": "ckeditor/ckeditor5-editor-classic",
     "ckeditor5-engine": "ckeditor/ckeditor5-engine",