]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - build-config.js
Upgrade to 4.5.8
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / build-config.js
1 /**
2 * @license Copyright (c) 2003-2016, 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/b1e1d617d24d65f0d8dbe476718f9ee1
17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/b1e1d617d24d65f0d8dbe476718f9ee1
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 '.bender',
32 'bender.js',
33 'bender-err.log',
34 'bender-out.log',
35 'dev',
36 '.DS_Store',
37 '.editorconfig',
38 '.gitattributes',
39 '.gitignore',
40 'gruntfile.js',
41 '.idea',
42 '.jscsrc',
43 '.jshintignore',
44 '.jshintrc',
45 'less',
46 '.mailmap',
47 'node_modules',
48 'package.json',
49 'README.md',
50 'tests'
51 ],
52 plugins : {
53 'a11yhelp' : 1,
54 'basicstyles' : 1,
55 'contextmenu' : 1,
56 'dialogadvtab' : 1,
57 'elementspath' : 1,
58 'enterkey' : 1,
59 'entities' : 1,
60 'filebrowser' : 1,
61 'floatingspace' : 1,
62 'format' : 1,
63 'horizontalrule' : 1,
64 'htmlwriter' : 1,
65 'iframe' : 1,
66 'image' : 1,
67 'indentblock' : 1,
68 'indentlist' : 1,
69 'justify' : 1,
70 'link' : 1,
71 'list' : 1,
72 'liststyle' : 1,
73 'magicline' : 1,
74 'maximize' : 1,
75 'removeformat' : 1,
76 'resize' : 1,
77 'showborders' : 1,
78 'sourcearea' : 1,
79 'tab' : 1,
80 'toolbar' : 1,
81 'wysiwygarea' : 1
82 },
83 languages : {
84 'en' : 1,
85 'fr' : 1
86 }
87 };