diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-12-04 18:46:08 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-12-04 18:46:08 +0100 |
commit | 9946db9daaa76448d0e43247472cdedd2a5ea22a (patch) | |
tree | c9de3eba90b0fa47a4c567681deb7f0a6ab5b383 /sources/build-config.js | |
parent | 317f8f8f0651488f226b5280a8f036c7c135c639 (diff) | |
download | piedsjaloux-ckeditor-component-4.7.3.2.tar.gz piedsjaloux-ckeditor-component-4.7.3.2.tar.zst piedsjaloux-ckeditor-component-4.7.3.2.zip |
Diffstat (limited to 'sources/build-config.js')
-rw-r--r-- | sources/build-config.js | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/sources/build-config.js b/sources/build-config.js deleted file mode 100644 index 207d280..0000000 --- a/sources/build-config.js +++ /dev/null | |||
@@ -1,91 +0,0 @@ | |||
1 | /** | ||
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | ||
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | ||
4 | */ | ||
5 | |||
6 | /** | ||
7 | * This file was added automatically by CKEditor builder. | ||
8 | * You may re-use it at any time to build CKEditor again. | ||
9 | * | ||
10 | * If you would like to build CKEditor online again | ||
11 | * (for example to upgrade), visit one the following links: | ||
12 | * | ||
13 | * (1) http://ckeditor.com/builder | ||
14 | * Visit online builder to build CKEditor from scratch. | ||
15 | * | ||
16 | * (2) http://ckeditor.com/builder/9323150a85589a6899021c19376669e6 | ||
17 | * Visit online builder to build CKEditor, starting with the same setup as before. | ||
18 | * | ||
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. | ||
21 | * | ||
22 | * NOTE: | ||
23 | * This file is not used by CKEditor, you may remove it. | ||
24 | * Changing this file will not change your CKEditor configuration. | ||
25 | */ | ||
26 | |||
27 | var CKBUILDER_CONFIG = { | ||
28 | skin: 'moono', | ||
29 | preset: 'full', | ||
30 | ignore: [ | ||
31 | '.DS_Store', | ||
32 | '.bender', | ||
33 | '.editorconfig', | ||
34 | '.gitattributes', | ||
35 | '.gitignore', | ||
36 | '.idea', | ||
37 | '.jscsrc', | ||
38 | '.jshintignore', | ||
39 | '.jshintrc', | ||
40 | '.mailmap', | ||
41 | '.travis.yml', | ||
42 | 'bender-err.log', | ||
43 | 'bender-out.log', | ||
44 | 'bender.ci.js', | ||
45 | 'bender.js', | ||
46 | 'dev', | ||
47 | 'gruntfile.js', | ||
48 | 'less', | ||
49 | 'node_modules', | ||
50 | 'package.json', | ||
51 | 'tests' | ||
52 | ], | ||
53 | plugins : { | ||
54 | 'Audio' : 1, | ||
55 | 'a11yhelp' : 1, | ||
56 | 'basicstyles' : 1, | ||
57 | 'contextmenu' : 1, | ||
58 | 'dialogadvtab' : 1, | ||
59 | 'elementspath' : 1, | ||
60 | 'enterkey' : 1, | ||
61 | 'entities' : 1, | ||
62 | 'filebrowser' : 1, | ||
63 | 'floatingspace' : 1, | ||
64 | 'format' : 1, | ||
65 | 'horizontalrule' : 1, | ||
66 | 'html5video' : 1, | ||
67 | 'htmlwriter' : 1, | ||
68 | 'iframe' : 1, | ||
69 | 'image' : 1, | ||
70 | 'indentblock' : 1, | ||
71 | 'indentlist' : 1, | ||
72 | 'justify' : 1, | ||
73 | 'link' : 1, | ||
74 | 'list' : 1, | ||
75 | 'liststyle' : 1, | ||
76 | 'magicline' : 1, | ||
77 | 'maximize' : 1, | ||
78 | 'oembed' : 1, | ||
79 | 'removeformat' : 1, | ||
80 | 'resize' : 1, | ||
81 | 'showborders' : 1, | ||
82 | 'sourcearea' : 1, | ||
83 | 'tab' : 1, | ||
84 | 'toolbar' : 1, | ||
85 | 'wysiwygarea' : 1 | ||
86 | }, | ||
87 | languages : { | ||
88 | 'en' : 1, | ||
89 | 'fr' : 1 | ||
90 | } | ||
91 | }; \ No newline at end of file | ||