Project

General

Profile

1
/**
2
 * @license Copyright (c) 2003-2015, 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/72aaad17df3aac485723ec33c9f3bc42
17
 *     Visit online builder to build CKEditor, starting with the same setup as before.
18
 *
19
 * (3) http://ckeditor.com/builder/download/72aaad17df3aac485723ec33c9f3bc42
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: 'full',
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
		'.mailmap',
46
		'node_modules',
47
		'package.json',
48
		'README.md',
49
		'tests'
50
	],
51
	plugins : {
52
		'a11yhelp' : 1,
53
		'about' : 1,
54
		'basicstyles' : 1,
55
		'bidi' : 1,
56
		'blockquote' : 1,
57
		'clipboard' : 1,
58
		'colorbutton' : 1,
59
		'colordialog' : 1,
60
		'contextmenu' : 1,
61
		'dialogadvtab' : 1,
62
		'div' : 1,
63
		'elementspath' : 1,
64
		'enterkey' : 1,
65
		'entities' : 1,
66
		'filebrowser' : 1,
67
		'find' : 1,
68
		'flash' : 1,
69
		'floatingspace' : 1,
70
		'font' : 1,
71
		'format' : 1,
72
		'forms' : 1,
73
		'horizontalrule' : 1,
74
		'htmlwriter' : 1,
75
		'iframe' : 1,
76
		'image' : 1,
77
		'indentblock' : 1,
78
		'indentlist' : 1,
79
		'justify' : 1,
80
		'language' : 1,
81
		'link' : 1,
82
		'list' : 1,
83
		'liststyle' : 1,
84
		'magicline' : 1,
85
		'maximize' : 1,
86
		'newpage' : 1,
87
		'pagebreak' : 1,
88
		'pastefromword' : 1,
89
		'pastetext' : 1,
90
		'preview' : 1,
91
		'print' : 1,
92
		'removeformat' : 1,
93
		'resize' : 1,
94
		'save' : 1,
95
		'scayt' : 1,
96
		'selectall' : 1,
97
		'showblocks' : 1,
98
		'showborders' : 1,
99
		'smiley' : 1,
100
		'sourcearea' : 1,
101
		'specialchar' : 1,
102
		'stylescombo' : 1,
103
		'tab' : 1,
104
		'table' : 1,
105
		'tabletools' : 1,
106
		'templates' : 1,
107
		'toolbar' : 1,
108
		'undo' : 1,
109
		'wsc' : 1,
110
		'wysiwygarea' : 1
111
	},
112
	languages : {
113
		'en' : 1
114
	}
115
};
(4-4/8)