aboutsummaryrefslogtreecommitdiff
path: root/build-config.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-03-21 02:20:06 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-03-21 02:20:15 +0100
commit3b35bd273a79f6b01fda7a246aed64aca147ea7a (patch)
tree5f259026b0771aceb2ad9a88619437ef1841d14c /build-config.js
parent7adcb81e4f83f98c468889aaa5a85558ba88c770 (diff)
downloadconnexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.tar.gz
connexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.tar.zst
connexionswing-ckeditor-component-3b35bd273a79f6b01fda7a246aed64aca147ea7a.zip
Upgrade to 4.5.7 and add some pluginHEAD4.5.7master
Diffstat (limited to 'build-config.js')
-rw-r--r--build-config.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/build-config.js b/build-config.js
index 97457e21..18baf2bd 100644
--- a/build-config.js
+++ b/build-config.js
@@ -13,10 +13,10 @@
13 * (1) http://ckeditor.com/builder 13 * (1) http://ckeditor.com/builder
14 * Visit online builder to build CKEditor from scratch. 14 * Visit online builder to build CKEditor from scratch.
15 * 15 *
16 * (2) http://ckeditor.com/builder/cedaf06dfb63f51e787f436bc938eb26 16 * (2) http://ckeditor.com/builder/7cedabcb934842a5de37b1459786fafd
17 * Visit online builder to build CKEditor, starting with the same setup as before. 17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 * 18 *
19 * (3) http://ckeditor.com/builder/download/cedaf06dfb63f51e787f436bc938eb26 19 * (3) http://ckeditor.com/builder/download/7cedabcb934842a5de37b1459786fafd
20 * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. 20 * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
21 * 21 *
22 * NOTE: 22 * NOTE:
@@ -107,6 +107,7 @@ var CKBUILDER_CONFIG = {
107 'templates' : 1, 107 'templates' : 1,
108 'toolbar' : 1, 108 'toolbar' : 1,
109 'undo' : 1, 109 'undo' : 1,
110 'widget' : 1,
110 'wsc' : 1, 111 'wsc' : 1,
111 'wysiwygarea' : 1 112 'wysiwygarea' : 1
112 }, 113 },