aboutsummaryrefslogtreecommitdiff
path: root/build-config.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 17:54:04 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 17:54:04 +0100
commit317f8f8f0651488f226b5280a8f036c7c135c639 (patch)
tree97bd4889ab2822a00d4b0f0d5cde38b59f9f41de /build-config.js
parent1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c (diff)
downloadpiedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.tar.gz
piedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.tar.zst
piedsjaloux-ckeditor-component-317f8f8f0651488f226b5280a8f036c7c135c639.zip
Add oembed4.7.3
Diffstat (limited to 'build-config.js')
-rw-r--r--build-config.js106
1 files changed, 55 insertions, 51 deletions
diff --git a/build-config.js b/build-config.js
index 390d131..207d280 100644
--- a/build-config.js
+++ b/build-config.js
@@ -1,55 +1,57 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
6/** 6/**
7 * This file was added automatically by CKEditor builder. 7 * This file was added automatically by CKEditor builder.
8 * You may re-use it at any time to build CKEditor again. 8 * You may re-use it at any time to build CKEditor again.
9 * 9 *
10 * If you would like to build CKEditor online again 10 * If you would like to build CKEditor online again
11 * (for example to upgrade), visit one the following links: 11 * (for example to upgrade), visit one the following links:
12 * 12 *
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/b1e1d617d24d65f0d8dbe476718f9ee1 16 * (2) http://ckeditor.com/builder/9323150a85589a6899021c19376669e6
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/b1e1d617d24d65f0d8dbe476718f9ee1 19 * (3) http://ckeditor.com/builder/download/9323150a85589a6899021c19376669e6
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:
23 * This file is not used by CKEditor, you may remove it. 23 * This file is not used by CKEditor, you may remove it.
24 * Changing this file will not change your CKEditor configuration. 24 * Changing this file will not change your CKEditor configuration.
25 */ 25 */
26 26
27var CKBUILDER_CONFIG = { 27var CKBUILDER_CONFIG = {
28 skin: 'moono', 28 skin: 'moono',
29 preset: 'full', 29 preset: 'full',
30 ignore: [ 30 ignore: [
31 '.bender', 31 '.DS_Store',
32 'bender.js', 32 '.bender',
33 'bender-err.log', 33 '.editorconfig',
34 'bender-out.log', 34 '.gitattributes',
35 'dev', 35 '.gitignore',
36 '.DS_Store', 36 '.idea',
37 '.editorconfig', 37 '.jscsrc',
38 '.gitattributes', 38 '.jshintignore',
39 '.gitignore', 39 '.jshintrc',
40 'gruntfile.js', 40 '.mailmap',
41 '.idea', 41 '.travis.yml',
42 '.jscsrc', 42 'bender-err.log',
43 '.jshintignore', 43 'bender-out.log',
44 '.jshintrc', 44 'bender.ci.js',
45 'less', 45 'bender.js',
46 '.mailmap', 46 'dev',
47 'node_modules', 47 'gruntfile.js',
48 'package.json', 48 'less',
49 'README.md', 49 'node_modules',
50 'tests' 50 'package.json',
51 ], 51 'tests'
52 ],
52 plugins : { 53 plugins : {
54 'Audio' : 1,
53 'a11yhelp' : 1, 55 'a11yhelp' : 1,
54 'basicstyles' : 1, 56 'basicstyles' : 1,
55 'contextmenu' : 1, 57 'contextmenu' : 1,
@@ -61,6 +63,7 @@ var CKBUILDER_CONFIG = {
61 'floatingspace' : 1, 63 'floatingspace' : 1,
62 'format' : 1, 64 'format' : 1,
63 'horizontalrule' : 1, 65 'horizontalrule' : 1,
66 'html5video' : 1,
64 'htmlwriter' : 1, 67 'htmlwriter' : 1,
65 'iframe' : 1, 68 'iframe' : 1,
66 'image' : 1, 69 'image' : 1,
@@ -72,6 +75,7 @@ var CKBUILDER_CONFIG = {
72 'liststyle' : 1, 75 'liststyle' : 1,
73 'magicline' : 1, 76 'magicline' : 1,
74 'maximize' : 1, 77 'maximize' : 1,
78 'oembed' : 1,
75 'removeformat' : 1, 79 'removeformat' : 1,
76 'resize' : 1, 80 'resize' : 1,
77 'showborders' : 1, 81 'showborders' : 1,