Ticket #13307: build-config.js

File build-config.js, 2.4 KB (added by Martin, 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/7ed8b917a99793db8ac8ba4f6485da76
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/7ed8b917a99793db8ac8ba4f6485da76
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: 'moono',
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                'button' : 1,
56                'clipboard' : 1,
57                'colorbutton' : 1,
58                'colordialog' : 1,
59                'confighelper' : 1,
60                'contextmenu' : 1,
61                'dialog' : 1,
62                'dialogadvtab' : 1,
63                'dialogui' : 1,
64                'enterkey' : 1,
65                'entities' : 1,
66                'fakeobjects' : 1,
67                'filebrowser' : 1,
68                'find' : 1,
69                'floatingspace' : 1,
70                'floatpanel' : 1,
71                'font' : 1,
72                'format' : 1,
73                'horizontalrule' : 1,
74                'htmlwriter' : 1,
75                'image' : 1,
76                'indent' : 1,
77                'indentblock' : 1,
78                'indentlist' : 1,
79                'justify' : 1,
80                'language' : 1,
81                'link' : 1,
82                'list' : 1,
83                'listblock' : 1,
84                'liststyle' : 1,
85                'magicline' : 1,
86                'menu' : 1,
87                'menubutton' : 1,
88                'pagebreak' : 1,
89                'panel' : 1,
90                'panelbutton' : 1,
91                'pastefromword' : 1,
92                'pastetext' : 1,
93                'popup' : 1,
94                'removeformat' : 1,
95                'richcombo' : 1,
96                'scayt' : 1,
97                'selectall' : 1,
98                'showborders' : 1,
99                'specialchar' : 1,
100                'stylescombo' : 1,
101                'tab' : 1,
102                'table' : 1,
103                'tabletools' : 1,
104                'toolbar' : 1,
105                'undo' : 1,
106                'wysiwygarea' : 1
107        },
108        languages : {
109                'en' : 1,
110                'no' : 1
111        }
112};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy