aboutsummaryrefslogblamecommitdiff
path: root/release/config.js
blob: 2251caf1a0be13e2fe17527c44a18f261f3f6827 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                       
/**
 * @license Copyright (c) 2003-2016, 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';
};