aboutsummaryrefslogtreecommitdiff
path: root/build-config.js
diff options
context:
space:
mode:
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 },