jslint
[ckeditor.git] / skins / ckeditor / build-config.js
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/0a65b3bcdcd34789da36844fa1d0eb27
17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/0a65b3bcdcd34789da36844fa1d0eb27
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
27 var CKBUILDER_CONFIG = {
28 skin: 'moono',
29 preset: 'full',
30 ignore: [
31 'dev',
32 '.gitignore',
33 '.gitattributes',
34 'README.md',
35 '.mailmap'
36 ],
37 plugins : {
38 'a11yhelp' : 1,
39 'about' : 1,
40 'basicstyles' : 1,
41 'bidi' : 1,
42 'blockquote' : 1,
43 'clipboard' : 1,
44 'colorbutton' : 1,
45 'colordialog' : 1,
46 'contextmenu' : 1,
47 'dialogadvtab' : 1,
48 'div' : 1,
49 'elementspath' : 1,
50 'enterkey' : 1,
51 'entities' : 1,
52 'filebrowser' : 1,
53 'find' : 1,
54 'flash' : 1,
55 'floatingspace' : 1,
56 'font' : 1,
57 'format' : 1,
58 'forms' : 1,
59 'horizontalrule' : 1,
60 'htmlwriter' : 1,
61 'iframe' : 1,
62 'image' : 1,
63 'indentblock' : 1,
64 'indentlist' : 1,
65 'justify' : 1,
66 'language' : 1,
67 'link' : 1,
68 'list' : 1,
69 'liststyle' : 1,
70 'magicline' : 1,
71 'maximize' : 1,
72 'newpage' : 1,
73 'pagebreak' : 1,
74 'pastefromword' : 1,
75 'pastetext' : 1,
76 'preview' : 1,
77 'print' : 1,
78 'removeformat' : 1,
79 'resize' : 1,
80 'save' : 1,
81 'scayt' : 1,
82 'selectall' : 1,
83 'showblocks' : 1,
84 'showborders' : 1,
85 'smiley' : 1,
86 'sourcearea' : 1,
87 'specialchar' : 1,
88 'stylescombo' : 1,
89 'tab' : 1,
90 'table' : 1,
91 'tabletools' : 1,
92 'templates' : 1,
93 'toolbar' : 1,
94 'undo' : 1,
95 'wsc' : 1,
96 'wysiwygarea' : 1
97 },
98 languages : {
99 'af' : 1,
100 'ar' : 1,
101 'bg' : 1,
102 'bn' : 1,
103 'bs' : 1,
104 'ca' : 1,
105 'cs' : 1,
106 'cy' : 1,
107 'da' : 1,
108 'de' : 1,
109 'el' : 1,
110 'en' : 1,
111 'en-au' : 1,
112 'en-ca' : 1,
113 'en-gb' : 1,
114 'eo' : 1,
115 'es' : 1,
116 'et' : 1,
117 'eu' : 1,
118 'fa' : 1,
119 'fi' : 1,
120 'fo' : 1,
121 'fr' : 1,
122 'fr-ca' : 1,
123 'gl' : 1,
124 'gu' : 1,
125 'he' : 1,
126 'hi' : 1,
127 'hr' : 1,
128 'hu' : 1,
129 'id' : 1,
130 'is' : 1,
131 'it' : 1,
132 'ja' : 1,
133 'ka' : 1,
134 'km' : 1,
135 'ko' : 1,
136 'ku' : 1,
137 'lt' : 1,
138 'lv' : 1,
139 'mk' : 1,
140 'mn' : 1,
141 'ms' : 1,
142 'nb' : 1,
143 'nl' : 1,
144 'no' : 1,
145 'pl' : 1,
146 'pt' : 1,
147 'pt-br' : 1,
148 'ro' : 1,
149 'ru' : 1,
150 'si' : 1,
151 'sk' : 1,
152 'sl' : 1,
153 'sq' : 1,
154 'sr' : 1,
155 'sr-latn' : 1,
156 'sv' : 1,
157 'th' : 1,
158 'tr' : 1,
159 'ug' : 1,
160 'uk' : 1,
161 'vi' : 1,
162 'zh' : 1,
163 'zh-cn' : 1
164 }
165 };