allow to set CSS classes on links
This commit is contained in:
parent
515a153286
commit
e01e3f0e1a
|
@ -36,8 +36,5 @@ CKEDITOR.editorConfig = function( config ) {
|
||||||
// Se the most common block elements.
|
// Se the most common block elements.
|
||||||
config.format_tags = 'p;h1;h2;h3;pre';
|
config.format_tags = 'p;h1;h2;h3;pre';
|
||||||
|
|
||||||
// Make dialogs simpler.
|
|
||||||
config.removeDialogTabs = 'image:advanced;link:advanced';
|
|
||||||
|
|
||||||
config.height = 100;
|
config.height = 100;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue