aboutsummaryrefslogtreecommitdiff
path: root/build-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'build-config.js')
-rw-r--r--build-config.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/build-config.js b/build-config.js
index 03a50a5..f17ea49 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/bd11f808b667b2549a00ab11107f4b1a 16 * (2) http://ckeditor.com/builder/b49fe8199b5f563a76c58f2a8f351380
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/bd11f808b667b2549a00ab11107f4b1a 19 * (3) http://ckeditor.com/builder/download/b49fe8199b5f563a76c58f2a8f351380
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:
@@ -25,7 +25,7 @@
25 */ 25 */
26 26
27var CKBUILDER_CONFIG = { 27var CKBUILDER_CONFIG = {
28 skin: 'moono', 28 skin: 'moonocolor',
29 preset: 'full', 29 preset: 'full',
30 ignore: [ 30 ignore: [
31 '.bender', 31 '.bender',
@@ -67,6 +67,7 @@ var CKBUILDER_CONFIG = {
67 'format' : 1, 67 'format' : 1,
68 'horizontalrule' : 1, 68 'horizontalrule' : 1,
69 'html5audio' : 1, 69 'html5audio' : 1,
70 'html5video' : 1,
70 'htmlwriter' : 1, 71 'htmlwriter' : 1,
71 'iframe' : 1, 72 'iframe' : 1,
72 'image' : 1, 73 'image' : 1,