X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fckeditor%2Fconfig.js;h=9db2eede3240ff2c6415dc4f2b1f0bd7fd1517be;hb=0956f2d427fe43c70fca245bc55ce85423b76ce8;hp=8e304f9542fe58d91f009edf749c73cf9b335f11;hpb=766f5705ecb9cd56adfbffd94c871959bb64c6fd;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'; };