/** * @license Copyright (c) 2003-2014, 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'; config.simpleuploads_imageExtensions = "jpe?g|gif|png|tif?f|bmp"; //To show umlaut characters as it is in source code and avoid converting into valid html entities. //http://stackoverflow.com/questions/9507250/ckeditor-how-to-i-convert-all-html-entities config.entities_latin = false; };