]> wagnertech.de Git - mfinanz.git/blobdiff - js/ckeditor/config.js
ckeditor update auf 4.7.2
[mfinanz.git] / js / ckeditor / config.js
index 8e304f9542fe58d91f009edf749c73cf9b335f11..9db2eede3240ff2c6415dc4f2b1f0bd7fd1517be 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';
+       // Dialog windows are also simplified.
+       config.removeDialogTabs = 'link:advanced';
 };