diff --git a/base/src/main/config/build-config.js b/base/src/main/config/build-config.js index 7940a4a9..cad0d6c6 100644 --- a/base/src/main/config/build-config.js +++ b/base/src/main/config/build-config.js @@ -90,14 +90,16 @@ var CKBUILDER_CONFIG = { maximize: 1, mentions: 1, newpage: 0, - pagebreak: 0, notification: 1, + pagebreak: 0, pastetools: 1, + pastefromlibreoffice: 1, pastefromword: 1, + pastetext: 1, pastefromgdocs: 1, + editorplaceholder: 1, preview: 0, print: 0, - pastetext: 1, removeformat: 1, resize: 1, save: 1, diff --git a/pom.xml b/pom.xml index e68b8221..b8e5b164 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ HEAD - 4.14.1 + 4.15.0 ${project.build.directory}/ckeditor4-${ckeditor.version} ${ckeditor.path}/dev/builder diff --git a/webjar/src/main/config/build-config.js b/webjar/src/main/config/build-config.js index 2c3563a0..9fc76ca1 100644 --- a/webjar/src/main/config/build-config.js +++ b/webjar/src/main/config/build-config.js @@ -91,14 +91,16 @@ var CKBUILDER_CONFIG = { maximize: 1, mentions: 1, newpage: 0, - pagebreak: 0, notification: 1, + pagebreak: 0, pastetools: 1, + pastefromlibreoffice: 1, pastefromword: 1, + pastetext: 1, pastefromgdocs: 1, + editorplaceholder: 1, preview: 0, print: 0, - pastetext: 1, removeformat: 1, resize: 1, save: 1,