X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c59e85c3a7538b1279e25022a6cf431ca1dee700..b857a9fcba5c0f6f96cfc7d85308aab6860ca089:/js/ckeditor/config.js diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js index 06159c0c5..9db2eede3 100644 --- a/js/ckeditor/config.js +++ b/js/ckeditor/config.js @@ -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'; };