config.js 331 Bytes
Newer Older
Gideon Greenspan committed
1
/*
Gideon Greenspan committed
2
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
Gideon Greenspan committed
3 4 5 6 7 8 9 10 11
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.editorConfig = function( config )
{
	// Define changes to default configuration here. For example:
	// config.language = 'fr';
	// config.uiColor = '#AADC6E';
};