Ticket #13734: build-config.js

File build-config.js, 1.6 KB (added by tobi, 9 years ago)
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/f2eecfd144fc8cd7aaa98ed68de985f7
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/f2eecfd144fc8cd7aaa98ed68de985f7
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: 'flat',
29        preset: 'basic',
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                'basicstyles' : 1,
54                'enterkey' : 1,
55                'entities' : 1,
56                'font' : 1,
57                'indentlist' : 1,
58                'link' : 1,
59                'list' : 1,
60                'toolbar' : 1,
61                'undo' : 1,
62                'wysiwygarea' : 1
63        },
64        languages : {
65                'de' : 1,
66                'en' : 1
67        }
68};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy