Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ba8887dc

Von Sven Schöling vor fast 3 Jahren hinzugefügt

  • ID ba8887dc6d456264bb09a2664eee012bfcc23aa8
  • Vorgänger 058e3bc7
  • Nachfolger 80e5d427

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)

Unterschiede anzeigen:

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