Ticket #12727: build-config.js

File build-config.js, 2.8 KB (added by onion.net, 9 years ago)
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/f472cde3cb2f38a889d192279e0fa1e0
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/f472cde3cb2f38a889d192279e0fa1e0
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: 'kama',
29        preset: 'basic',
30        ignore: [
31                '.bender',
32                'bender.js',
33                'bender-err.log',
34                'bender-out.log',
35                'dev',
36                '.DS_Store',
37                '.gitattributes',
38                '.gitignore',
39                'Gruntfile.js',
40                '.idea',
41                '.jscsrc',
42                '.jshintignore',
43                '.jshintrc',
44                '.mailmap',
45                'node_modules',
46                'package.json',
47                'README.md',
48                'tests'
49        ],
50        plugins : {
51                'ajax' : 1,
52                'basicstyles' : 1,
53                'blockquote' : 1,
54                'clipboard' : 1,
55                'contextmenu' : 1,
56                'custimage' : 1,
57                'divarea' : 1,
58                'elementspath' : 1,
59                'enterkey' : 1,
60                'entities' : 1,
61                'find' : 1,
62                'floatingspace' : 1,
63                'format' : 1,
64                'image' : 1,
65                'indentlist' : 1,
66                'insertpre' : 1,
67                'justify' : 1,
68                'link' : 1,
69                'list' : 1,
70                'maximize' : 1,
71                'onchange' : 1,
72                'pastefromword' : 1,
73                'pastetext' : 1,
74                'removeformat' : 1,
75                'resize' : 1,
76                'selectall' : 1,
77                'showblocks' : 1,
78                'sourcearea' : 1,
79                'specialchar' : 1,
80                'stylescombo' : 1,
81                'table' : 1,
82                'toolbar' : 1,
83                'undo' : 1,
84                'wysiwygarea' : 1
85        },
86        languages : {
87                'af' : 1,
88                'ar' : 1,
89                'bg' : 1,
90                'bn' : 1,
91                'bs' : 1,
92                'ca' : 1,
93                'cs' : 1,
94                'cy' : 1,
95                'da' : 1,
96                'de' : 1,
97                'el' : 1,
98                'en' : 1,
99                'en-au' : 1,
100                'en-ca' : 1,
101                'en-gb' : 1,
102                'eo' : 1,
103                'es' : 1,
104                'et' : 1,
105                'eu' : 1,
106                'fa' : 1,
107                'fi' : 1,
108                'fo' : 1,
109                'fr' : 1,
110                'fr-ca' : 1,
111                'gl' : 1,
112                'gu' : 1,
113                'he' : 1,
114                'hi' : 1,
115                'hr' : 1,
116                'hu' : 1,
117                'id' : 1,
118                'is' : 1,
119                'it' : 1,
120                'ja' : 1,
121                'ka' : 1,
122                'km' : 1,
123                'ko' : 1,
124                'ku' : 1,
125                'lt' : 1,
126                'lv' : 1,
127                'mk' : 1,
128                'mn' : 1,
129                'ms' : 1,
130                'nb' : 1,
131                'nl' : 1,
132                'no' : 1,
133                'pl' : 1,
134                'pt' : 1,
135                'pt-br' : 1,
136                'ro' : 1,
137                'ru' : 1,
138                'si' : 1,
139                'sk' : 1,
140                'sl' : 1,
141                'sq' : 1,
142                'sr' : 1,
143                'sr-latn' : 1,
144                'sv' : 1,
145                'th' : 1,
146                'tr' : 1,
147                'tt' : 1,
148                'ug' : 1,
149                'uk' : 1,
150                'vi' : 1,
151                'zh' : 1,
152                'zh-cn' : 1
153        }
154};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy