allow to set CSS classes on links

This commit is contained in:
Roland Gruber 2017-04-20 18:26:56 +02:00
parent 515a153286
commit e01e3f0e1a
1 changed files with 1 additions and 4 deletions

View File

@ -36,8 +36,5 @@ CKEDITOR.editorConfig = function( config ) {
// Se the most common block elements.
config.format_tags = 'p;h1;h2;h3;pre';
// Make dialogs simpler.
config.removeDialogTabs = 'image:advanced;link:advanced';
config.height = 100;
};