Ticket #10547: CKEDITOR_build-config.js

File CKEDITOR_build-config.js, 1.8 KB (added by giammin, 11 years ago)

builder config

Line 
1
2/**
3 * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
4 * For licensing, see LICENSE.html or http://ckeditor.com/license
5 */
6
7/**
8 * This file was added automatically by CKEditor builder.
9 * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor again.
10 *
11 * NOTE:
12 *    This file is not used by CKEditor, you may remove it.
13 *    Changing this file will not change your CKEditor configuration.
14 */
15
16var CKBUILDER_CONFIG = {
17        skin: 'moono',
18        preset: 'full',
19        ignore: [
20                'dev',
21                '.gitignore',
22                '.gitattributes',
23                'README.md',
24                '.mailmap'
25        ],
26        plugins : {
27                'dialogadvtab' : 1,
28                'basicstyles' : 1,
29                'blockquote' : 1,
30                'clipboard' : 1,
31                'colorbutton' : 1,
32                'colordialog' : 1,
33                'templates' : 1,
34                'contextmenu' : 1,
35                'div' : 1,
36                'resize' : 1,
37                'toolbar' : 1,
38                'elementspath' : 1,
39                'enterkey' : 1,
40                'entities' : 1,
41                'filebrowser' : 1,
42                'find' : 1,
43                'floatingspace' : 1,
44                'font' : 1,
45                'format' : 1,
46                'htmlwriter' : 1,
47                'horizontalrule' : 1,
48                'image' : 1,
49                'indent' : 1,
50                'justify' : 1,
51                'link' : 1,
52                'list' : 1,
53                'liststyle' : 1,
54                'magicline' : 1,
55                'maximize' : 1,
56                'newpage' : 1,
57                'pagebreak' : 1,
58                'pastetext' : 1,
59                'pastefromword' : 1,
60                'preview' : 1,
61                'print' : 1,
62                'removeformat' : 1,
63                'save' : 1,
64                'selectall' : 1,
65                'showblocks' : 1,
66                'showborders' : 1,
67                'sourcearea' : 1,
68                'specialchar' : 1,
69                'stylescombo' : 1,
70                'tab' : 1,
71                'table' : 1,
72                'tabletools' : 1,
73                'undo' : 1,
74                'dialog' : 1,
75                'dialogui' : 1,
76                'panelbutton' : 1,
77                'button' : 1,
78                'floatpanel' : 1,
79                'panel' : 1,
80                'menu' : 1,
81                'popup' : 1,
82                'fakeobjects' : 1,
83                'richcombo' : 1,
84                'listblock' : 1,
85                'devtools' : 1,
86                'autogrow' : 1,
87                'sharedspace' : 1,
88                'sourcedialog' : 1,
89                'onchange' : 1
90        },
91        languages : {
92                'en' : 1,
93                'it' : 1,
94        }
95};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy