Skip to content

Commit

Permalink
CKEDITOR-368: Upgrade to CKEditor 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mflorea committed Sep 9, 2020
1 parent 7411b4b commit db2dc50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions base/src/main/config/build-config.js
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -47,7 +47,7 @@
<tag>HEAD</tag>
</scm>
<properties>
<ckeditor.version>4.14.1</ckeditor.version>
<ckeditor.version>4.15.0</ckeditor.version>
<!-- The path to the folder where we clone the CKEditor sources. -->
<ckeditor.path>${project.build.directory}/ckeditor4-${ckeditor.version}</ckeditor.path>
<ckeditor.builder.path>${ckeditor.path}/dev/builder</ckeditor.builder.path>
Expand Down
6 changes: 4 additions & 2 deletions webjar/src/main/config/build-config.js
Expand Up @@ -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,
Expand Down

0 comments on commit db2dc50

Please sign in to comment.