aboutsummaryrefslogtreecommitdiff
path: root/build-config.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:46:08 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:46:08 +0100
commit9946db9daaa76448d0e43247472cdedd2a5ea22a (patch)
treec9de3eba90b0fa47a4c567681deb7f0a6ab5b383 /build-config.js
parent317f8f8f0651488f226b5280a8f036c7c135c639 (diff)
downloadpiedsjaloux-ckeditor-component-master.tar.gz
piedsjaloux-ckeditor-component-master.tar.zst
piedsjaloux-ckeditor-component-master.zip
Change audio pluginHEAD4.7.3.2master
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 207d280..a41e6a5 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/9323150a85589a6899021c19376669e6 16 * (2) http://ckeditor.com/builder/2e0add19cfb7a81bc954ad48fee22a32
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/9323150a85589a6899021c19376669e6 19 * (3) http://ckeditor.com/builder/download/2e0add19cfb7a81bc954ad48fee22a32
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:
@@ -51,7 +51,6 @@ var CKBUILDER_CONFIG = {
51 'tests' 51 'tests'
52 ], 52 ],
53 plugins : { 53 plugins : {
54 'Audio' : 1,
55 'a11yhelp' : 1, 54 'a11yhelp' : 1,
56 'basicstyles' : 1, 55 'basicstyles' : 1,
57 'contextmenu' : 1, 56 'contextmenu' : 1,
@@ -63,6 +62,7 @@ var CKBUILDER_CONFIG = {
63 'floatingspace' : 1, 62 'floatingspace' : 1,
64 'format' : 1, 63 'format' : 1,
65 'horizontalrule' : 1, 64 'horizontalrule' : 1,
65 'html5audio' : 1,
66 'html5video' : 1, 66 'html5video' : 1,
67 'htmlwriter' : 1, 67 'htmlwriter' : 1,
68 'iframe' : 1, 68 'iframe' : 1,