Ticket #11463: build-config.js

File build-config.js, 1.9 KB (added by Yoke Lee, 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
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/903cb19994bfa3b70b96a0deeec4cd58
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/903cb19994bfa3b70b96a0deeec4cd58
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: 'standard',
30        ignore: [
31                'dev',
32                '.gitignore',
33                '.gitattributes',
34                'README.md',
35                '.mailmap'
36        ],
37        plugins : {
38                'autogrow' : 1,
39                'autosave' : 1,
40                'basicstyles' : 1,
41                'blockquote' : 1,
42                'clipboard' : 1,
43                'contextmenu' : 1,
44                'elementspath' : 1,
45                'enterkey' : 1,
46                'entities' : 1,
47                'filebrowser' : 1,
48                'find' : 1,
49                'format' : 1,
50                'horizontalrule' : 1,
51                'htmlwriter' : 1,
52                'image2' : 1,
53                'indentlist' : 1,
54                'link' : 1,
55                'list' : 1,
56                'magicline' : 1,
57                'maximize' : 1,
58                'pagebreak' : 1,
59                'pastefromword' : 1,
60                'pastetext' : 1,
61                'removeformat' : 1,
62                'resize' : 1,
63                'scayt' : 1,
64                'showborders' : 1,
65                'sourcearea' : 1,
66                'specialchar' : 1,
67                'stylescombo' : 1,
68                'tab' : 1,
69                'table' : 1,
70                'tabletools' : 1,
71                'toolbar' : 1,
72                'undo' : 1,
73                'wordcount' : 1,
74                'wsc' : 1,
75                'wysiwygarea' : 1
76        },
77        languages : {
78                'en' : 1
79        }
80};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy