X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..cda088059077643caf3167ad88cf389ab9945eda:/js/ckeditor/config.js 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'; };