X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=js%2Fckeditor%2Fconfig.js;fp=js%2Fckeditor%2Fconfig.js;h=13c398ad2bc56b6a749f09a729f49f01dafa65e1;hp=8e304f9542fe58d91f009edf749c73cf9b335f11;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js index 8e304f954..13c398ad2 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'; + // Simplify the dialog windows. + config.removeDialogTabs = 'image:advanced;link:advanced'; };