Ticket #13048: build-config.js

File build-config.js, 2.4 KB (added by Jirat Arinrith, 9 years ago)

build-config.js

Line 
1 /**
2 * @license Copyright (c) 2003-2015, 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/c629d7f01671035caf43c0d84a7b2ce5
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/c629d7f01671035caf43c0d84a7b2ce5
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                '.bender',
32                'bender.js',
33                'bender-err.log',
34                'bender-out.log',
35                'dev',
36                '.DS_Store',
37                '.editorconfig',
38                '.gitattributes',
39                '.gitignore',
40                'gruntfile.js',
41                '.idea',
42                '.jscsrc',
43                '.jshintignore',
44                '.jshintrc',
45                '.mailmap',
46                'node_modules',
47                'package.json',
48                'README.md',
49                'tests'
50        ],
51        plugins : {
52                'a11yhelp' : 1,
53                'about' : 1,
54                'basicstyles' : 1,
55                'bidi' : 1,
56                'blockquote' : 1,
57                'clipboard' : 1,
58                'colorbutton' : 1,
59                'colordialog' : 1,
60                'contextmenu' : 1,
61                'dialogadvtab' : 1,
62                'div' : 1,
63                'elementspath' : 1,
64                'enterkey' : 1,
65                'entities' : 1,
66                'filebrowser' : 1,
67                'find' : 1,
68                'flash' : 1,
69                'floatingspace' : 1,
70                'font' : 1,
71                'format' : 1,
72                'forms' : 1,
73                'horizontalrule' : 1,
74                'htmlwriter' : 1,
75                'iframe' : 1,
76                'image' : 1,
77                'image2' : 1,
78                'indentblock' : 1,
79                'indentlist' : 1,
80                'justify' : 1,
81                'language' : 1,
82                'link' : 1,
83                'list' : 1,
84                'liststyle' : 1,
85                'magicline' : 1,
86                'maximize' : 1,
87                'newpage' : 1,
88                'pagebreak' : 1,
89                'pastefromword' : 1,
90                'pastetext' : 1,
91                'preview' : 1,
92                'print' : 1,
93                'removeformat' : 1,
94                'resize' : 1,
95                'save' : 1,
96                'scayt' : 1,
97                'selectall' : 1,
98                'showblocks' : 1,
99                'showborders' : 1,
100                'smiley' : 1,
101                'sourcearea' : 1,
102                'specialchar' : 1,
103                'stylescombo' : 1,
104                'tab' : 1,
105                'table' : 1,
106                'tabletools' : 1,
107                'templates' : 1,
108                'toolbar' : 1,
109                'undo' : 1,
110                'wsc' : 1,
111                'wysiwygarea' : 1
112        },
113        languages : {
114                'en' : 1
115        }
116};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy