Ticket #10328: build-config.js

File build-config.js, 1.5 KB (added by Perttu Myry, 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: 'full',
19        ignore: [
20                'dev',
21                '.gitignore',
22                '.gitattributes',
23                'README.md',
24                '.mailmap'
25        ],
26        plugins : {
27                'dialogadvtab' : 1,
28                'basicstyles' : 1,
29                'bidi' : 1,
30                'blockquote' : 1,
31                'clipboard' : 1,
32                'colorbutton' : 1,
33                'colordialog' : 1,
34                'contextmenu' : 1,
35                'div' : 1,
36                'toolbar' : 1,
37                'enterkey' : 1,
38                'filebrowser' : 1,
39                'flash' : 1,
40                'floatingspace' : 1,
41                'font' : 1,
42                'format' : 1,
43                'htmlwriter' : 1,
44                'image' : 1,
45                'indent' : 1,
46                'justify' : 1,
47                'link' : 1,
48                'list' : 1,
49                'liststyle' : 1,
50                'maximize' : 1,
51                'pastetext' : 1,
52                'pastefromword' : 1,
53                'showborders' : 1,
54                'sourcearea' : 1,
55                'stylescombo' : 1,
56                'tab' : 1,
57                'table' : 1,
58                'tabletools' : 1,
59                'undo' : 1,
60                'dialog' : 1,
61                'dialogui' : 1,
62                'panelbutton' : 1,
63                'button' : 1,
64                'floatpanel' : 1,
65                'panel' : 1,
66                'menu' : 1,
67                'popup' : 1,
68                'fakeobjects' : 1,
69                'richcombo' : 1,
70                'listblock' : 1,
71                'menubutton' : 1,
72                'autogrow' : 1,
73                'divarea' : 1,
74                'codemirror' : 1
75        },
76        languages : {
77                'nl' : 1,
78                'en' : 1,
79                'fi' : 1,
80                'de' : 1,
81        }
82};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy