commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / ckeditor / build-config.js
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/2538a1c73e1b04b2018bbdb05449692d
17 * Visit online builder to build CKEditor, starting with the same setup as before.
18 *
19 * (3) http://ckeditor.com/builder/download/2538a1c73e1b04b2018bbdb05449692d
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: '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 'colorbutton' : 1,
59 'colordialog' : 1,
60 'contextmenu' : 1,
61 'elementspath' : 1,
62 'enterkey' : 1,
63 'entities' : 1,
64 'filebrowser' : 1,
65 'floatingspace' : 1,
66 'font' : 1,
67 'format' : 1,
68 'horizontalrule' : 1,
69 'htmlwriter' : 1,
70 'image' : 1,
71 'indentlist' : 1,
72 'justify' : 1,
73 'link' : 1,
74 'list' : 1,
75 'magicline' : 1,
76 'maximize' : 1,
77 'pastefromword' : 1,
78 'pastetext' : 1,
79 'removeformat' : 1,
80 'resize' : 1,
81 'scayt' : 1,
82 'showborders' : 1,
83 'sourcearea' : 1,
84 'specialchar' : 1,
85 'stylescombo' : 1,
86 'tab' : 1,
87 'table' : 1,
88 'tabletools' : 1,
89 'toolbar' : 1,
90 'undo' : 1,
91 'wsc' : 1,
92 'wysiwygarea' : 1
93 },
94 languages : {
95 'af' : 1,
96 'ar' : 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 'el' : 1,
106 'en' : 1,
107 'en-au' : 1,
108 'en-ca' : 1,
109 'en-gb' : 1,
110 'eo' : 1,
111 'es' : 1,
112 'et' : 1,
113 'eu' : 1,
114 'fa' : 1,
115 'fi' : 1,
116 'fo' : 1,
117 'fr' : 1,
118 'fr-ca' : 1,
119 'gl' : 1,
120 'gu' : 1,
121 'he' : 1,
122 'hi' : 1,
123 'hr' : 1,
124 'hu' : 1,
125 'is' : 1,
126 'it' : 1,
127 'ja' : 1,
128 'ka' : 1,
129 'km' : 1,
130 'ko' : 1,
131 'ku' : 1,
132 'lt' : 1,
133 'lv' : 1,
134 'mk' : 1,
135 'mn' : 1,
136 'ms' : 1,
137 'nb' : 1,
138 'nl' : 1,
139 'no' : 1,
140 'pl' : 1,
141 'pt' : 1,
142 'pt-br' : 1,
143 'ro' : 1,
144 'ru' : 1,
145 'sk' : 1,
146 'sl' : 1,
147 'sr' : 1,
148 'sr-latn' : 1,
149 'sv' : 1,
150 'th' : 1,
151 'tr' : 1,
152 'ug' : 1,
153 'uk' : 1,
154 'vi' : 1,
155 'zh' : 1,
156 'zh-cn' : 1
157 }
158 };