Ticket #11830: ckeditor-build-config.js

File ckeditor-build-config.js, 1.2 KB (added by bmulholland, 10 years ago)

build config

Line 
1
2/**
3 * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
4 * For licensing, see LICENSE.html or http://ckeditor.com/license
5 */
6
7/**
8 * This file was added automatically by CKEditor builder.
9 * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again.
10 *
11 * NOTE:
12 *    This file is not used by CKEditor, you may remove it.
13 *    Changing this file will not change your CKEditor configuration.
14 */
15
16var CKBUILDER_CONFIG = {
17        skin: 'moono',
18        ignore: [
19                'dev',
20                '.gitignore',
21                '.gitattributes',
22                'README.md',
23                '.mailmap'
24        ],
25  plugins : {
26    // basic plugins
27    about : 1,
28    basicstyles : 1,
29                clipboard : 1,
30                toolbar : 1,
31                enterkey : 1,
32                entities : 1,
33                floatingspace : 1,
34                wysiwygarea : 1,
35                indentlist : 1,
36                link : 1,
37                list : 1,
38                undo : 1,
39                dialog : 1,
40                dialogui : 1,
41                button : 1,
42                indent : 1,
43                fakeobjects : 1,
44    // Mine
45                autogrow : 1,
46                contextmenu : 1,
47                floatpanel : 1,
48                magicline : 1,
49                panel : 1,
50                pastefromword : 1,
51                removeformat : 1,
52                richcombo : 1,
53                sourcearea : 1,
54                table : 1,
55                tabletools : 1,
56    justify : 1,
57    font : 1,
58    format : 1,
59                indentblock : 1
60        },
61        languages : {
62                'en' : 1
63        }
64};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy