Ticket #11432: build-config.js

File build-config.js, 2.1 KB (added by MC, 10 years ago)
Line 
1/**
2 * @license Copyright (c) 2003-2014, 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/4d56ddaa0d8868dff1889b0e9f16fc42
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/4d56ddaa0d8868dff1889b0e9f16fc42
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                'dev',
32                '.gitignore',
33                '.gitattributes',
34                'README.md',
35                '.mailmap'
36        ],
37        plugins : {
38                'a11yhelp' : 1,
39                'basicstyles' : 1,
40                'bidi' : 1,
41                'blockquote' : 1,
42                'clipboard' : 1,
43                'colorbutton' : 1,
44                'colordialog' : 1,
45                'contextmenu' : 1,
46                'dialogadvtab' : 1,
47                'div' : 1,
48                'elementspath' : 1,
49                'enterkey' : 1,
50                'entities' : 1,
51                'filebrowser' : 1,
52                'find' : 1,
53                'flash' : 1,
54                'floatingspace' : 1,
55                'font' : 1,
56                'format' : 1,
57                'horizontalrule' : 1,
58                'htmlwriter' : 1,
59                'image' : 1,
60                'indentblock' : 1,
61                'indentlist' : 1,
62                'justify' : 1,
63                'link' : 1,
64                'list' : 1,
65                'liststyle' : 1,
66                'magicline' : 1,
67                'maximize' : 1,
68                'pastefromword' : 1,
69                'pastetext' : 1,
70                'removeformat' : 1,
71                'save' : 1,
72                'selectall' : 1,
73                'showblocks' : 1,
74                'showborders' : 1,
75                'sourcearea' : 1,
76                'specialchar' : 1,
77                'tab' : 1,
78                'table' : 1,
79                'tabletools' : 1,
80                'templates' : 1,
81                'toolbar' : 1,
82                'undo' : 1,
83                'wysiwygarea' : 1
84        },
85        languages : {
86                'de' : 1,
87                'en' : 1,
88                'hr' : 1,
89                'it' : 1,
90                'sl' : 1
91        }
92};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy