Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/**
2
 * @license Copyright (c) 2003-2022, 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/84b6fa3dae0d9f3cb193260b476e8486
17
 *     Visit online builder to build CKEditor, starting with the same setup as before.
18
 *
19
 * (3) https://ckeditor.com/cke4/builder/download/84b6fa3dae0d9f3cb193260b476e8486
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: 'bootstrapck',
29
	preset: 'basic',
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
		'.nvmrc',
43
		'.travis.yml',
44
		'bender-err.log',
45
		'bender-out.log',
46
		'bender.ci.js',
47
		'bender.js',
48
		'dev',
49
		'gruntfile.js',
50
		'less',
51
		'node_modules',
52
		'package-lock.json',
53
		'package.json',
54
		'tests'
55
	],
56
	plugins : {
57
		'a11yhelp' : 1,
58
		'autogrow' : 1,
59
		'basicstyles' : 1,
60
		'bidi' : 1,
61
		'clipboard' : 1,
62
		'codeTag' : 1,
63
		'codesnippet' : 1,
64
		'colorbutton' : 1,
65
		'colordialog' : 1,
66
		'elementspath' : 1,
67
		'enterkey' : 1,
68
		'entities' : 1,
69
		'floatingspace' : 1,
70
		'font' : 1,
71
		'format' : 1,
72
		'horizontalrule' : 1,
73
		'htmlwriter' : 1,
74
		'indentlist' : 1,
75
		'justify' : 1,
76
		'lineheight' : 1,
77
		'link' : 1,
78
		'list' : 1,
79
		'magicline' : 1,
80
		'maximize' : 1,
81
		'menubutton' : 1,
82
		'pastefromword' : 1,
83
		'pastetext' : 1,
84
		'removeformat' : 1,
85
		'resize' : 1,
86
		'specialchar' : 1,
87
		'stylescombo' : 1,
88
		'tabletools' : 1,
89
		'toolbar' : 1,
90
		'undo' : 1,
91
		'wysiwygarea' : 1
92
	},
93
	languages : {
94
		'af' : 1,
95
		'ar' : 1,
96
		'az' : 1,
97
		'bg' : 1,
98
		'bn' : 1,
99
		'bs' : 1,
100
		'ca' : 1,
101
		'cs' : 1,
102
		'cy' : 1,
103
		'da' : 1,
104
		'de' : 1,
105
		'de-ch' : 1,
106
		'el' : 1,
107
		'en' : 1,
108
		'en-au' : 1,
109
		'en-ca' : 1,
110
		'en-gb' : 1,
111
		'eo' : 1,
112
		'es' : 1,
113
		'es-mx' : 1,
114
		'et' : 1,
115
		'eu' : 1,
116
		'fa' : 1,
117
		'fi' : 1,
118
		'fo' : 1,
119
		'fr' : 1,
120
		'fr-ca' : 1,
121
		'gl' : 1,
122
		'gu' : 1,
123
		'he' : 1,
124
		'hi' : 1,
125
		'hr' : 1,
126
		'hu' : 1,
127
		'id' : 1,
128
		'is' : 1,
129
		'it' : 1,
130
		'ja' : 1,
131
		'ka' : 1,
132
		'km' : 1,
133
		'ko' : 1,
134
		'ku' : 1,
135
		'lt' : 1,
136
		'lv' : 1,
137
		'mk' : 1,
138
		'mn' : 1,
139
		'ms' : 1,
140
		'nb' : 1,
141
		'nl' : 1,
142
		'no' : 1,
143
		'oc' : 1,
144
		'pl' : 1,
145
		'pt' : 1,
146
		'pt-br' : 1,
147
		'ro' : 1,
148
		'ru' : 1,
149
		'si' : 1,
150
		'sk' : 1,
151
		'sl' : 1,
152
		'sq' : 1,
153
		'sr' : 1,
154
		'sr-latn' : 1,
155
		'sv' : 1,
156
		'th' : 1,
157
		'tr' : 1,
158
		'tt' : 1,
159
		'ug' : 1,
160
		'uk' : 1,
161
		'vi' : 1,
162
		'zh' : 1,
163
		'zh-cn' : 1
164
	}
165
};