Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / js / ckeditor / config.js
index 9db2eed..13c398a 100644 (file)
@@ -4,6 +4,6 @@
  */
 
 CKEDITOR.editorConfig = function( config ) {
-       // Dialog windows are also simplified.
-       config.removeDialogTabs = 'link:advanced';
+       // Simplify the dialog windows.
+       config.removeDialogTabs = 'image:advanced;link:advanced';
 };