Ticket #10566: build-config.js

File build-config.js, 1.6 KB (added by Sergey Leschina, 11 years ago)
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        preset: 'standard',
19        ignore: [
20                'dev',
21                '.gitignore',
22                '.gitattributes',
23                'README.md',
24                '.mailmap'
25        ],
26        plugins : {
27                'basicstyles' : 1,
28                'blockquote' : 1,
29                'clipboard' : 1,
30                'contextmenu' : 1,
31                'resize' : 1,
32                'toolbar' : 1,
33                'elementspath' : 1,
34                'enterkey' : 1,
35                'entities' : 1,
36                'filebrowser' : 1,
37                'floatingspace' : 1,
38                'format' : 1,
39                'htmlwriter' : 1,
40                'horizontalrule' : 1,
41                'wysiwygarea' : 1,
42                'image' : 1,
43                'indent' : 1,
44                'link' : 1,
45                'list' : 1,
46                'magicline' : 1,
47                'maximize' : 1,
48                'pastetext' : 1,
49                'pastefromword' : 1,
50                'removeformat' : 1,
51                'sourcearea' : 1,
52                'specialchar' : 1,
53                'stylescombo' : 1,
54                'tab' : 1,
55                'table' : 1,
56                'tabletools' : 1,
57                'undo' : 1,
58                'dialog' : 1,
59                'dialogui' : 1,
60                'menu' : 1,
61                'floatpanel' : 1,
62                'panel' : 1,
63                'button' : 1,
64                'popup' : 1,
65                'richcombo' : 1,
66                'listblock' : 1,
67                'fakeobjects' : 1,
68                'font' : 1,
69                'mediaembed' : 1,
70                'justify' : 1,
71                'panelbutton' : 1,
72                'colorbutton' : 1,
73                'showblocks' : 1,
74                'find' : 1,
75                'pagebreak' : 1,
76                'youtube' : 1
77        },
78        languages : {
79                'en' : 1,
80                'ru' : 1,
81        }
82};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy