aboutsummaryrefslogtreecommitdiff
path: root/build-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'build-config.js')
-rw-r--r--build-config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-config.js b/build-config.js
index 8b6c8dd..03a50a5 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/017a87d3aef1838079cd5427f0441035 16 * (2) http://ckeditor.com/builder/bd11f808b667b2549a00ab11107f4b1a
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/017a87d3aef1838079cd5427f0441035 19 * (3) http://ckeditor.com/builder/download/bd11f808b667b2549a00ab11107f4b1a
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:
@@ -50,7 +50,6 @@ var CKBUILDER_CONFIG = {
50 'tests' 50 'tests'
51 ], 51 ],
52 plugins : { 52 plugins : {
53 'Audio' : 1,
54 'a11yhelp' : 1, 53 'a11yhelp' : 1,
55 'basicstyles' : 1, 54 'basicstyles' : 1,
56 'brclear' : 1, 55 'brclear' : 1,
@@ -67,6 +66,7 @@ var CKBUILDER_CONFIG = {
67 'font' : 1, 66 'font' : 1,
68 'format' : 1, 67 'format' : 1,
69 'horizontalrule' : 1, 68 'horizontalrule' : 1,
69 'html5audio' : 1,
70 'htmlwriter' : 1, 70 'htmlwriter' : 1,
71 'iframe' : 1, 71 'iframe' : 1,
72 'image' : 1, 72 'image' : 1,