diff options
Diffstat (limited to 'build-config.js')
-rw-r--r-- | build-config.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/build-config.js b/build-config.js index 2c194d3..8b6c8dd 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/6a438825224a56f1feaa517f4599c4ec | 16 | * (2) http://ckeditor.com/builder/017a87d3aef1838079cd5427f0441035 |
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/6a438825224a56f1feaa517f4599c4ec | 19 | * (3) http://ckeditor.com/builder/download/017a87d3aef1838079cd5427f0441035 |
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,16 +50,21 @@ var CKBUILDER_CONFIG = { | |||
50 | 'tests' | 50 | 'tests' |
51 | ], | 51 | ], |
52 | plugins : { | 52 | plugins : { |
53 | 'Audio' : 1, | ||
53 | 'a11yhelp' : 1, | 54 | 'a11yhelp' : 1, |
54 | 'basicstyles' : 1, | 55 | 'basicstyles' : 1, |
55 | 'brclear' : 1, | 56 | 'brclear' : 1, |
57 | 'colorbutton' : 1, | ||
58 | 'colordialog' : 1, | ||
56 | 'contextmenu' : 1, | 59 | 'contextmenu' : 1, |
57 | 'dialogadvtab' : 1, | 60 | 'dialogadvtab' : 1, |
61 | 'div' : 1, | ||
58 | 'elementspath' : 1, | 62 | 'elementspath' : 1, |
59 | 'enterkey' : 1, | 63 | 'enterkey' : 1, |
60 | 'entities' : 1, | 64 | 'entities' : 1, |
61 | 'filebrowser' : 1, | 65 | 'filebrowser' : 1, |
62 | 'floatingspace' : 1, | 66 | 'floatingspace' : 1, |
67 | 'font' : 1, | ||
63 | 'format' : 1, | 68 | 'format' : 1, |
64 | 'horizontalrule' : 1, | 69 | 'horizontalrule' : 1, |
65 | 'htmlwriter' : 1, | 70 | 'htmlwriter' : 1, |