1/**
2 * @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or https://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) https://ckeditor.com/cke4/builder
14 *     Visit online builder to build CKEditor from scratch.
15 *
16 * (2) https://ckeditor.com/cke4/builder/c3fc0dcaa9c80d707aab3e60fdcddbfb
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) https://ckeditor.com/cke4/builder/download/c3fc0dcaa9c80d707aab3e60fdcddbfb
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-lisa',
29	preset: 'full',
30	ignore: [
31		'.DS_Store',
32		'.bender',
33		'.editorconfig',
34		'.gitattributes',
35		'.gitignore',
36		'.idea',
37		'.jscsrc',
38		'.jshintignore',
39		'.jshintrc',
40		'.mailmap',
41		'.npm',
42		'.travis.yml',
43		'bender-err.log',
44		'bender-out.log',
45		'bender.ci.js',
46		'bender.js',
47		'dev',
48		'gruntfile.js',
49		'less',
50		'node_modules',
51		'package.json',
52		'tests'
53	],
54	plugins : {
55		'a11yhelp' : 1,
56		'about' : 1,
57		'basicstyles' : 1,
58		'bidi' : 1,
59		'blockquote' : 1,
60		'clipboard' : 1,
61		'colorbutton' : 1,
62		'colordialog' : 1,
63		'contextmenu' : 1,
64		'copyformatting' : 1,
65		'dialogadvtab' : 1,
66		'div' : 1,
67		'elementspath' : 1,
68		'enterkey' : 1,
69		'entities' : 1,
70		'filebrowser' : 1,
71		'find' : 1,
72		'flash' : 1,
73		'floatingspace' : 1,
74		'font' : 1,
75		'format' : 1,
76		'forms' : 1,
77		'horizontalrule' : 1,
78		'htmlwriter' : 1,
79		'iframe' : 1,
80		'image' : 1,
81		'indentblock' : 1,
82		'indentlist' : 1,
83		'justify' : 1,
84		'language' : 1,
85		'link' : 1,
86		'list' : 1,
87		'liststyle' : 1,
88		'magicline' : 1,
89		'maximize' : 1,
90		'newpage' : 1,
91		'pagebreak' : 1,
92		'pastefromword' : 1,
93		'pastetext' : 1,
94		'preview' : 1,
95		'print' : 1,
96		'removeformat' : 1,
97		'resize' : 1,
98		'save' : 1,
99		'scayt' : 1,
100		'selectall' : 1,
101		'showblocks' : 1,
102		'showborders' : 1,
103		'smiley' : 1,
104		'sourcearea' : 1,
105		'specialchar' : 1,
106		'stylescombo' : 1,
107		'tab' : 1,
108		'table' : 1,
109		'tableselection' : 1,
110		'tabletools' : 1,
111		'templates' : 1,
112		'toolbar' : 1,
113		'undo' : 1,
114		'uploadimage' : 1,
115		'wsc' : 1,
116		'wysiwygarea' : 1
117	},
118	languages : {
119		'af' : 1,
120		'ar' : 1,
121		'az' : 1,
122		'bg' : 1,
123		'bn' : 1,
124		'bs' : 1,
125		'ca' : 1,
126		'cs' : 1,
127		'cy' : 1,
128		'da' : 1,
129		'de' : 1,
130		'de-ch' : 1,
131		'el' : 1,
132		'en' : 1,
133		'en-au' : 1,
134		'en-ca' : 1,
135		'en-gb' : 1,
136		'eo' : 1,
137		'es' : 1,
138		'es-mx' : 1,
139		'et' : 1,
140		'eu' : 1,
141		'fa' : 1,
142		'fi' : 1,
143		'fo' : 1,
144		'fr' : 1,
145		'fr-ca' : 1,
146		'gl' : 1,
147		'gu' : 1,
148		'he' : 1,
149		'hi' : 1,
150		'hr' : 1,
151		'hu' : 1,
152		'id' : 1,
153		'is' : 1,
154		'it' : 1,
155		'ja' : 1,
156		'ka' : 1,
157		'km' : 1,
158		'ko' : 1,
159		'ku' : 1,
160		'lt' : 1,
161		'lv' : 1,
162		'mk' : 1,
163		'mn' : 1,
164		'ms' : 1,
165		'nb' : 1,
166		'nl' : 1,
167		'no' : 1,
168		'oc' : 1,
169		'pl' : 1,
170		'pt' : 1,
171		'pt-br' : 1,
172		'ro' : 1,
173		'ru' : 1,
174		'si' : 1,
175		'sk' : 1,
176		'sl' : 1,
177		'sq' : 1,
178		'sr' : 1,
179		'sr-latn' : 1,
180		'sv' : 1,
181		'th' : 1,
182		'tr' : 1,
183		'tt' : 1,
184		'ug' : 1,
185		'uk' : 1,
186		'vi' : 1,
187		'zh' : 1,
188		'zh-cn' : 1
189	}
190};