X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fckeditor%2Fconfig.js;h=9db2eede3240ff2c6415dc4f2b1f0bd7fd1517be;hb=5c399b8268285b0561c07e7deb6506de040c2aa4;hp=8e304f9542fe58d91f009edf749c73cf9b335f11;hpb=cb31afcfed76d9d1203a42c63e05712623ceff9c;p=kivitendo-erp.git diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js index 8e304f954..9db2eede3 100644 --- a/js/ckeditor/config.js +++ b/js/ckeditor/config.js @@ -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'; };