Ticket #11487: build-config.js

File build-config.js, 1.4 KB (added by evant, 10 years ago)

Build Config

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
6var CKBUILDER_CONFIG = {
7        skin: 'moono',
8        ignore: [
9                'dev',
10                'README.md',
11                '.gitignore',
12                '.gitattributes',
13                '.idea',
14                '.mailmap',
15                '.DS_Store'
16        ],
17        plugins: {
18                'basicstyles' : 1,
19                'clipboard' : 1,
20                'colorbutton' : 1,
21                'colordialog' : 1,
22                'contextmenu' : 1,
23                'dialogadvtab' : 1,
24                'enterkey' : 1,
25                'entities' : 1,
26                'filebrowser' : 1,
27                'find' : 1,
28                'floatingspace' : 1,
29                'font' : 1,
30                'image2' : 1,
31                'indentblock' : 1,
32                'indentlist' : 1,
33                'link' : 1,
34                'list' : 1,
35                'liststyle' : 1,
36                'pastefromword' : 1,
37                'pastetext' : 1,
38                'showborders' : 1,
39                'smiley' : 1,
40                'specialchar' : 1,
41                'table' : 1,
42                'tableresize' : 1,
43                'tabletools' : 1,
44                'toolbar' : 1,
45                'undo' : 1,
46                'widget' : 1
47        }
48};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy