X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aee236a32f67f410f2555fd7116fb606f7e8fe3a..cb31afcfed76d9d1203a42c63e05712623ceff9c:/js/ckeditor/config.js diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js new file mode 100644 index 000000000..8e304f954 --- /dev/null +++ b/js/ckeditor/config.js @@ -0,0 +1,10 @@ +/** + * @license Copyright (c) 2003-2013, 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'; +};