Revision ba8887dc
Von Sven Schöling vor fast 3 Jahren hinzugefügt
js/ckeditor/build-config.js | ||
---|---|---|
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/78e5ac87b58ee46f1359aeb63013f54d
|
|
16 |
* (2) http://ckeditor.com/builder/43e1bb7eecc49e498b91b6045b267c42
|
|
17 | 17 |
* Visit online builder to build CKEditor, starting with the same setup as before. |
18 | 18 |
* |
19 |
* (3) http://ckeditor.com/builder/download/78e5ac87b58ee46f1359aeb63013f54d
|
|
19 |
* (3) http://ckeditor.com/builder/download/43e1bb7eecc49e498b91b6045b267c42
|
|
20 | 20 |
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. |
21 | 21 |
* |
22 | 22 |
* NOTE: |
... | ... | |
26 | 26 |
|
27 | 27 |
var CKBUILDER_CONFIG = { |
28 | 28 |
skin: 'moono-lisa', |
29 |
preset: 'basic',
|
|
29 |
preset: 'standard',
|
|
30 | 30 |
ignore: [ |
31 | 31 |
'.DS_Store', |
32 | 32 |
'.bender', |
... | ... | |
56 | 56 |
'enterkey' : 1, |
57 | 57 |
'entities' : 1, |
58 | 58 |
'floatingspace' : 1, |
59 |
'horizontalrule' : 1, |
|
59 | 60 |
'indentlist' : 1, |
60 | 61 |
'link' : 1, |
61 | 62 |
'list' : 1, |
62 | 63 |
'removeformat' : 1, |
63 |
'resize' : 1, |
|
64 |
'toolbar' : 1, |
|
65 |
'wysiwygarea' : 1 |
|
64 |
'sourcedialog' : 1, |
|
65 |
'toolbar' : 1 |
|
66 | 66 |
}, |
67 | 67 |
languages : { |
68 | 68 |
'de' : 1, |
Auch abrufbar als: Unified diff
CKEditor 4.7.2: Zusätzliche Module
- resize - wird durch inline_resize ersetzt
- wysiwygarea - iframe editing wird nicht mehr gebraucht
+ horizontalrule - wird für <hr> gebraucht
+ sourcedialog - wird für source editing gebraucht
(cherry picked from commit a5e7fc8c450dd2d912c329b7c9d90cd17354e3c5)
(cherry-pick von odyn)