/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
23.1.1 by galaxyAbstractor
Removed codeigniter user guide, shouldn't be in the repo
1
/**
2
 * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
 * For licensing, see LICENSE.html 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 at http://ckeditor.com/builder to build CKEditor again.
9
 * 
10
 * NOTE: 
11
 *    This file is not used by CKEditor, you may remove it.
12
 *    Changing this file will not change your CKEditor configuration.
13
 */
14
15
var CKBUILDER_CONFIG = {
16
	skin: 'moonocolor',
17
	preset: 'standard',
18
	ignore: [
19
		'dev',
20
		'.gitignore',
21
		'.gitattributes',
22
		'README.md',
23
		'.mailmap'
24
	],
25
	plugins : {
26
		'about' : 1,
27
		'a11yhelp' : 1,
28
		'basicstyles' : 1,
29
		'blockquote' : 1,
30
		'clipboard' : 1,
31
		'contextmenu' : 1,
32
		'resize' : 1,
33
		'toolbar' : 1,
34
		'elementspath' : 1,
35
		'enterkey' : 1,
36
		'entities' : 1,
37
		'filebrowser' : 1,
38
		'floatingspace' : 1,
39
		'format' : 1,
40
		'htmlwriter' : 1,
41
		'horizontalrule' : 1,
42
		'wysiwygarea' : 1,
43
		'image' : 1,
44
		'indent' : 1,
45
		'link' : 1,
46
		'list' : 1,
47
		'magicline' : 1,
48
		'maximize' : 1,
49
		'pastetext' : 1,
50
		'pastefromword' : 1,
51
		'removeformat' : 1,
52
		'sourcearea' : 1,
53
		'specialchar' : 1,
54
		'scayt' : 1,
55
		'stylescombo' : 1,
56
		'tab' : 1,
57
		'table' : 1,
58
		'tabletools' : 1,
59
		'undo' : 1,
60
		'wsc' : 1,
61
		'dialog' : 1,
62
		'dialogui' : 1,
63
		'menu' : 1,
64
		'floatpanel' : 1,
65
		'panel' : 1,
66
		'button' : 1,
67
		'popup' : 1,
68
		'richcombo' : 1,
69
		'listblock' : 1,
70
		'fakeobjects' : 1,
71
		'menubutton' : 1
72
	},
73
	languages : {
74
		'en' : 1,
75
	}
76
};
77