]> wagnertech.de Git - kivitendo-erp.git/blobdiff - js/ckeditor/config.js
Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / js / ckeditor / config.js
index 8e304f9542fe58d91f009edf749c73cf9b335f11..13c398ad2bc56b6a749f09a729f49f01dafa65e1 100644 (file)
@@ -1,10 +1,9 @@
 /**
- * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  * For licensing, see LICENSE.md or http://ckeditor.com/license
  */
 
 CKEDITOR.editorConfig = function( config ) {
-       // Define changes to default configuration here. For example:
-       // config.language = 'fr';
-       // config.uiColor = '#AADC6E';
+       // Simplify the dialog windows.
+       config.removeDialogTabs = 'image:advanced;link:advanced';
 };