source: sapic/static/plugins/ckeditor/build-config.js @ 8edeab8

Last change on this file since 8edeab8 was cd20b73, checked in by ltroconis <ltroconis@…>, 6 años ago

Funcionalidad de modificación de las organizaciones comunales, cambios en las disposiciones de los menús principales y de usuarios

  • Propiedad mode establecida a 100644
File size: 2.9 KB
Línea 
1/**
2 * @license Copyright (c) 2003-2016, 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/ba0d86b4a03f476b450cdf7d3057be62
17 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/ba0d86b4a03f476b450cdf7d3057be62
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',
29        preset: 'standard',
30        ignore: [
31                '.bender',
32                'bender.js',
33                'bender-err.log',
34                'bender-out.log',
35                'dev',
36                '.DS_Store',
37                '.editorconfig',
38                '.gitattributes',
39                '.gitignore',
40                'gruntfile.js',
41                '.idea',
42                '.jscsrc',
43                '.jshintignore',
44                '.jshintrc',
45                'less',
46                '.mailmap',
47                'node_modules',
48                'package.json',
49                'README.md',
50                'tests'
51        ],
52        plugins : {
53                'a11yhelp' : 1,
54                'about' : 1,
55                'basicstyles' : 1,
56                'blockquote' : 1,
57                'clipboard' : 1,
58                'contextmenu' : 1,
59                'elementspath' : 1,
60                'enterkey' : 1,
61                'entities' : 1,
62                'filebrowser' : 1,
63                'floatingspace' : 1,
64                'format' : 1,
65                'horizontalrule' : 1,
66                'htmlwriter' : 1,
67                'image' : 1,
68                'indentlist' : 1,
69                'link' : 1,
70                'list' : 1,
71                'magicline' : 1,
72                'maximize' : 1,
73                'pastefromword' : 1,
74                'pastetext' : 1,
75                'removeformat' : 1,
76                'resize' : 1,
77                'scayt' : 1,
78                'showborders' : 1,
79                'sourcearea' : 1,
80                'specialchar' : 1,
81                'stylescombo' : 1,
82                'tab' : 1,
83                'table' : 1,
84                'tabletools' : 1,
85                'toolbar' : 1,
86                'undo' : 1,
87                'wsc' : 1,
88                'wysiwygarea' : 1
89        },
90        languages : {
91                'af' : 1,
92                'ar' : 1,
93                'bg' : 1,
94                'bn' : 1,
95                'bs' : 1,
96                'ca' : 1,
97                'cs' : 1,
98                'cy' : 1,
99                'da' : 1,
100                'de' : 1,
101                'de-ch' : 1,
102                'el' : 1,
103                'en' : 1,
104                'en-au' : 1,
105                'en-ca' : 1,
106                'en-gb' : 1,
107                'eo' : 1,
108                'es' : 1,
109                'et' : 1,
110                'eu' : 1,
111                'fa' : 1,
112                'fi' : 1,
113                'fo' : 1,
114                'fr' : 1,
115                'fr-ca' : 1,
116                'gl' : 1,
117                'gu' : 1,
118                'he' : 1,
119                'hi' : 1,
120                'hr' : 1,
121                'hu' : 1,
122                'id' : 1,
123                'is' : 1,
124                'it' : 1,
125                'ja' : 1,
126                'ka' : 1,
127                'km' : 1,
128                'ko' : 1,
129                'ku' : 1,
130                'lt' : 1,
131                'lv' : 1,
132                'mk' : 1,
133                'mn' : 1,
134                'ms' : 1,
135                'nb' : 1,
136                'nl' : 1,
137                'no' : 1,
138                'pl' : 1,
139                'pt' : 1,
140                'pt-br' : 1,
141                'ro' : 1,
142                'ru' : 1,
143                'si' : 1,
144                'sk' : 1,
145                'sl' : 1,
146                'sq' : 1,
147                'sr' : 1,
148                'sr-latn' : 1,
149                'sv' : 1,
150                'th' : 1,
151                'tr' : 1,
152                'tt' : 1,
153                'ug' : 1,
154                'uk' : 1,
155                'vi' : 1,
156                'zh' : 1,
157                'zh-cn' : 1
158        }
159};
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.