]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - build-config.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / build-config.js
CommitLineData
1794320d
IB
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/ab6fd4399c66ab6bfeb9644420a9651f
17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/ab6fd4399c66ab6bfeb9644420a9651f
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
27var CKBUILDER_CONFIG = {
28 skin: 'moonocolor',
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 ],
c63493c8
IB
53 plugins : {
54 'a11yhelp' : 1,
55 'basicstyles' : 1,
cd64262b 56 'brclear' : 1,
eaa92715
IB
57 'colorbutton' : 1,
58 'colordialog' : 1,
c63493c8
IB
59 'contextmenu' : 1,
60 'dialogadvtab' : 1,
eaa92715 61 'div' : 1,
c63493c8
IB
62 'elementspath' : 1,
63 'enterkey' : 1,
64 'entities' : 1,
65 'filebrowser' : 1,
66 'floatingspace' : 1,
eaa92715 67 'font' : 1,
c63493c8
IB
68 'format' : 1,
69 'horizontalrule' : 1,
d1844275 70 'html5audio' : 1,
7183f6a6 71 'html5video' : 1,
c63493c8
IB
72 'htmlwriter' : 1,
73 'iframe' : 1,
74 'image' : 1,
75 'indentblock' : 1,
76 'indentlist' : 1,
77 'justify' : 1,
78 'link' : 1,
79 'list' : 1,
80 'liststyle' : 1,
81 'magicline' : 1,
82 'maximize' : 1,
83 'oembed' : 1,
84 'removeformat' : 1,
85 'resize' : 1,
86 'showborders' : 1,
87 'sourcearea' : 1,
88 'tab' : 1,
89 'toolbar' : 1,
90 'wysiwygarea' : 1
91 },
92 languages : {
93 'en' : 1,
94 'fr' : 1
95 }
96};