aboutsummaryrefslogtreecommitdiff
path: root/build-config.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
commit7183f6a6a21ad9124e70c997e0168459f377a9f2 (patch)
treef3355f3e28d35d9f431ff71045e1b46c82ac4826 /build-config.js
parentd1844275460a3e3a32e199326f6b36938a329091 (diff)
downloadludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.tar.gz
ludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.tar.zst
ludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.zip
Change skin and add video button4.6.2.5
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,