ckeditor update auf 4.7.2
[kivitendo-erp.git] / js / ckeditor / config.js
index 06159c0..9db2eed 100644 (file)
@@ -1,10 +1,9 @@
 /**
- * @license Copyright (c) 2003-2015, 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';
+       // Dialog windows are also simplified.
+       config.removeDialogTabs = 'link:advanced';
 };