]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - build-config.js
Change html5 audio player
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / build-config.js
CommitLineData
c63493c8
IB
1/**\r
2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3 * For licensing, see LICENSE.md or http://ckeditor.com/license\r
4 */\r
5\r
6/**\r
7 * This file was added automatically by CKEditor builder.\r
8 * You may re-use it at any time to build CKEditor again.\r
9 *\r
10 * If you would like to build CKEditor online again\r
11 * (for example to upgrade), visit one the following links:\r
12 *\r
13 * (1) http://ckeditor.com/builder\r
14 * Visit online builder to build CKEditor from scratch.\r
15 *\r
d1844275 16 * (2) http://ckeditor.com/builder/bd11f808b667b2549a00ab11107f4b1a\r
c63493c8
IB
17 * Visit online builder to build CKEditor, starting with the same setup as before.\r
18 *\r
d1844275 19 * (3) http://ckeditor.com/builder/download/bd11f808b667b2549a00ab11107f4b1a\r
c63493c8
IB
20 * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.\r
21 *\r
22 * NOTE:\r
23 * This file is not used by CKEditor, you may remove it.\r
24 * Changing this file will not change your CKEditor configuration.\r
25 */\r
26\r
27var CKBUILDER_CONFIG = {\r
28 skin: 'moono',\r
29 preset: 'full',\r
30 ignore: [\r
31 '.bender',\r
32 'bender.js',\r
33 'bender-err.log',\r
34 'bender-out.log',\r
35 'dev',\r
36 '.DS_Store',\r
37 '.editorconfig',\r
38 '.gitattributes',\r
39 '.gitignore',\r
40 'gruntfile.js',\r
41 '.idea',\r
42 '.jscsrc',\r
43 '.jshintignore',\r
44 '.jshintrc',\r
45 'less',\r
46 '.mailmap',\r
47 'node_modules',\r
48 'package.json',\r
49 'README.md',\r
50 'tests'\r
51 ],\r
52 plugins : {
53 'a11yhelp' : 1,
54 'basicstyles' : 1,
cd64262b 55 'brclear' : 1,
eaa92715
IB
56 'colorbutton' : 1,
57 'colordialog' : 1,
c63493c8
IB
58 'contextmenu' : 1,
59 'dialogadvtab' : 1,
eaa92715 60 'div' : 1,
c63493c8
IB
61 'elementspath' : 1,
62 'enterkey' : 1,
63 'entities' : 1,
64 'filebrowser' : 1,
65 'floatingspace' : 1,
eaa92715 66 'font' : 1,
c63493c8
IB
67 'format' : 1,
68 'horizontalrule' : 1,
d1844275 69 'html5audio' : 1,
c63493c8
IB
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};