Explorar el Código

Added clipboard and autoformat to the bundle config.

Piotrek Koszuliński hace 9 años
padre
commit
84c3a42478
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  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",