Ticket #16873: build-config.js

File build-config.js, 2.5 KB (added by abayob, 7 years ago)

build file 4.5.7

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