Ticket #13273: build-config.js

File build-config.js, 2.4 KB (added by Andrea Rocca, 10 years ago)

buildconfig

Line 
1/**
2 * @license Copyright (c) 2003-2015, 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/ac04f0b30197fff1ecbb41d346491102
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/ac04f0b30197fff1ecbb41d346491102
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: 'kama',
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                '.mailmap',
46                'node_modules',
47                'package.json',
48                'README.md',
49                'tests'
50        ],
51        plugins : {
52                'a11yhelp' : 1,
53                'basicstyles' : 1,
54                'blockquote' : 1,
55                'clipboard' : 1,
56                'colorbutton' : 1,
57                'colordialog' : 1,
58                'contextmenu' : 1,
59                'dialogadvtab' : 1,
60                'div' : 1,
61                'elementspath' : 1,
62                'enterkey' : 1,
63                'entities' : 1,
64                'filebrowser' : 1,
65                'find' : 1,
66                'floatingspace' : 1,
67                'font' : 1,
68                'fontawesome' : 1,
69                'format' : 1,
70                'glyphicons' : 1,
71                'horizontalrule' : 1,
72                'htmlwriter' : 1,
73                'image' : 1,
74                'indentblock' : 1,
75                'indentlist' : 1,
76                'inlinecancel' : 1,
77                'inlinesave' : 1,
78                'justify' : 1,
79                'link' : 1,
80                'list' : 1,
81                'liststyle' : 1,
82                'magicline' : 1,
83                'maximize' : 1,
84                'pagebreak' : 1,
85                'pastefromword' : 1,
86                'pastetext' : 1,
87                'resize' : 1,
88                'scayt' : 1,
89                'selectall' : 1,
90                'showblocks' : 1,
91                'showborders' : 1,
92                'sourcearea' : 1,
93                'specialchar' : 1,
94                'stylescombo' : 1,
95                'tab' : 1,
96                'table' : 1,
97                'tabletools' : 1,
98                'templates' : 1,
99                'toolbar' : 1,
100                'undo' : 1,
101                'widgetbootstrap' : 1,
102                'wsc' : 1
103        },
104        languages : {
105                'en' : 1,
106                'it' : 1
107        }
108};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy