Revision ba8887dc
Von Sven Schöling vor fast 3 Jahren hinzugefügt
js/ckeditor/config.js | ||
---|---|---|
4 | 4 |
*/ |
5 | 5 |
|
6 | 6 |
CKEDITOR.editorConfig = function( config ) { |
7 |
// Dialog windows are also simplified.
|
|
8 |
config.removeDialogTabs = 'link:advanced'; |
|
7 |
// Simplify the dialog windows.
|
|
8 |
config.removeDialogTabs = 'image:advanced;link:advanced';
|
|
9 | 9 |
}; |
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)