]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - build-config.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-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/cedaf06dfb63f51e787f436bc938eb26
17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/cedaf06dfb63f51e787f436bc938eb26
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: 'standard',
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 'about' : 1,
55 'basicstyles' : 1,
56 'bidi' : 1,
57 'blockquote' : 1,
58 'clipboard' : 1,
59 'colorbutton' : 1,
60 'colordialog' : 1,
61 'contextmenu' : 1,
62 'dialogadvtab' : 1,
63 'div' : 1,
64 'elementspath' : 1,
65 'enterkey' : 1,
66 'entities' : 1,
67 'filebrowser' : 1,
68 'find' : 1,
69 'flash' : 1,
70 'floatingspace' : 1,
71 'font' : 1,
72 'format' : 1,
73 'forms' : 1,
74 'horizontalrule' : 1,
75 'htmlwriter' : 1,
76 'iframe' : 1,
77 'image' : 1,
78 'imagebrowser' : 1,
79 'indentblock' : 1,
80 'indentlist' : 1,
81 'justify' : 1,
82 'link' : 1,
83 'list' : 1,
84 'liststyle' : 1,
85 'magicline' : 1,
86 'maximize' : 1,
87 'newpage' : 1,
88 'pagebreak' : 1,
89 'pastefromword' : 1,
90 'pastetext' : 1,
91 'preview' : 1,
92 'print' : 1,
93 'removeformat' : 1,
94 'resize' : 1,
95 'save' : 1,
96 'scayt' : 1,
97 'selectall' : 1,
98 'showblocks' : 1,
99 'showborders' : 1,
100 'smiley' : 1,
101 'sourcearea' : 1,
102 'specialchar' : 1,
103 'stylescombo' : 1,
104 'tab' : 1,
105 'table' : 1,
106 'tabletools' : 1,
107 'templates' : 1,
108 'toolbar' : 1,
109 'undo' : 1,
110 'wsc' : 1,
111 'wysiwygarea' : 1
112 },
113 languages : {
114 'en' : 1,
115 'fr' : 1
116 }
117 };