Ticket #9809: build-config.js

File build-config.js, 2.6 KB (added by Christa Fitzpatrick, 10 years ago)

build-config.js

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
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/b4c0084520541ec956dfb799c587108c
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/b4c0084520541ec956dfb799c587108c
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                '.DS_Store',
33                '.gitignore',
34                '.gitattributes',
35                '.idea',
36                '.mailmap',
37                'bender.js',
38                'bender-err.log',
39                'bender-out.log',
40                'dev',
41                'node_modules',
42                'package.json',
43                'README.md',
44                'tests'
45        ],
46        plugins : {
47                'autocorrect' : 1,
48                'backgrounds' : 1,
49                'basicstyles' : 1,
50                'blockquote' : 1,
51                'button' : 1,
52                'clipboard' : 1,
53                'colorbutton' : 1,
54                'colordialog' : 1,
55                'confighelper' : 1,
56                'contextmenu' : 1,
57                'dialog' : 1,
58                'dialogadvtab' : 1,
59                'dialogui' : 1,
60                'elementspath' : 1,
61                'enterkey' : 1,
62                'entities' : 1,
63                'fakeobjects' : 1,
64                'find' : 1,
65                'floatingspace' : 1,
66                'floatpanel' : 1,
67                'font' : 1,
68                'format' : 1,
69                'forms' : 1,
70                'horizontalrule' : 1,
71                'htmlwriter' : 1,
72                'image2' : 1,
73                'indent' : 1,
74                'indentblock' : 1,
75                'indentlist' : 1,
76                'justify' : 1,
77                'language' : 1,
78                'lineutils' : 1,
79                'link' : 1,
80                'list' : 1,
81                'listblock' : 1,
82                'liststyle' : 1,
83                'magicline' : 1,
84                'maximize' : 1,
85                'menu' : 1,
86                'menubutton' : 1,
87                'pagebreak' : 1,
88                'panel' : 1,
89                'panelbutton' : 1,
90                'pastefromword' : 1,
91                'pastetext' : 1,
92                'qrc' : 1,
93                'removeformat' : 1,
94                'resize' : 1,
95                'scayt' : 1,
96                'selectall' : 1,
97                'sharedspace' : 1,
98                'showblocks' : 1,
99                'showborders' : 1,
100                'sourcearea' : 1,
101                'sourcedialog' : 1,
102                'specialchar' : 1,
103                'stylescombo' : 1,
104                'tab' : 1,
105                'table' : 1,
106                'tableresize' : 1,
107                'tabletools' : 1,
108                'templates' : 1,
109                'toolbar' : 1,
110                'toolbarswitch' : 1,
111                'undo' : 1,
112                'widget' : 1,
113                'wordcount' : 1,
114                'wsc' : 1,
115                'wysiwygarea' : 1
116        },
117        languages : {
118                'en' : 1,
119                'fr-ca' : 1
120        }
121};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy