]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - build-config.js
Add audio, color and fonts
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / build-config.js
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/017a87d3aef1838079cd5427f0441035
17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/017a87d3aef1838079cd5427f0441035
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 'Audio' : 1,
54 'a11yhelp' : 1,
55 'basicstyles' : 1,
56 'brclear' : 1,
57 'colorbutton' : 1,
58 'colordialog' : 1,
59 'contextmenu' : 1,
60 'dialogadvtab' : 1,
61 'div' : 1,
62 'elementspath' : 1,
63 'enterkey' : 1,
64 'entities' : 1,
65 'filebrowser' : 1,
66 'floatingspace' : 1,
67 'font' : 1,
68 'format' : 1,
69 'horizontalrule' : 1,
70 'htmlwriter' : 1,
71 'iframe' : 1,
72 'image' : 1,
73 'indentblock' : 1,
74 'indentlist' : 1,
75 'justify' : 1,
76 'link' : 1,
77 'list' : 1,
78 'liststyle' : 1,
79 'magicline' : 1,
80 'maximize' : 1,
81 'oembed' : 1,
82 'removeformat' : 1,
83 'resize' : 1,
84 'showborders' : 1,
85 'sourcearea' : 1,
86 'tab' : 1,
87 'toolbar' : 1,
88 'wysiwygarea' : 1
89 },
90 languages : {
91 'en' : 1,
92 'fr' : 1
93 }
94 };