]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - build-config.js
Change audio plugin
[perso/Immae/Projets/packagist/piedsjaloux-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/2e0add19cfb7a81bc954ad48fee22a32
17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/2e0add19cfb7a81bc954ad48fee22a32
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 'a11yhelp' : 1,
55 'basicstyles' : 1,
56 'contextmenu' : 1,
57 'dialogadvtab' : 1,
58 'elementspath' : 1,
59 'enterkey' : 1,
60 'entities' : 1,
61 'filebrowser' : 1,
62 'floatingspace' : 1,
63 'format' : 1,
64 'horizontalrule' : 1,
65 'html5audio' : 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 };