Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b857a9fc

Von Sven Schöling vor mehr als 7 Jahren hinzugefügt

  • ID b857a9fcba5c0f6f96cfc7d85308aab6860ca089
  • Vorgänger c59e85c3
  • Nachfolger 55a2f137

ckeditor update auf 4.7.2

Unterschiede anzeigen:

js/ckeditor/build-config.js
1 1
/**
2
 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
2
 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 3
 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 4
 */
5 5

  
......
13 13
 * (1) http://ckeditor.com/builder
14 14
 *     Visit online builder to build CKEditor from scratch.
15 15
 *
16
 * (2) http://ckeditor.com/builder/fa2b75439d6d70ccf0c31610888271cc
16
 * (2) http://ckeditor.com/builder/78e5ac87b58ee46f1359aeb63013f54d
17 17
 *     Visit online builder to build CKEditor, starting with the same setup as before.
18 18
 *
19
 * (3) http://ckeditor.com/builder/download/fa2b75439d6d70ccf0c31610888271cc
19
 * (3) http://ckeditor.com/builder/download/78e5ac87b58ee46f1359aeb63013f54d
20 20
 *     Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
21 21
 *
22 22
 * NOTE:
......
25 25
 */
26 26

  
27 27
var CKBUILDER_CONFIG = {
28
	skin: 'moono',
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
		'less',
46
		'.mailmap',
47
		'node_modules',
48
		'package.json',
49
		'README.md',
50
		'tests'
51
	],
28
	skin: 'moono-lisa',
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
		'.travis.yml',
42
		'bender-err.log',
43
		'bender-out.log',
44
		'bender.ci.js',
45
		'bender.js',
46
		'dev',
47
		'gruntfile.js',
48
		'less',
49
		'node_modules',
50
		'package.json',
51
		'tests'
52
	],
52 53
	plugins : {
53
		'about' : 1,
54 54
		'basicstyles' : 1,
55 55
		'clipboard' : 1,
56 56
		'enterkey' : 1,
57 57
		'entities' : 1,
58 58
		'floatingspace' : 1,
59
		'horizontalrule' : 1,
60 59
		'indentlist' : 1,
61 60
		'link' : 1,
62 61
		'list' : 1,
63 62
		'removeformat' : 1,
64 63
		'resize' : 1,
65 64
		'toolbar' : 1,
66
		'undo' : 1,
67 65
		'wysiwygarea' : 1
68 66
	},
69 67
	languages : {

Auch abrufbar als: Unified diff