Codebase list ckeditor3 / 4c176792-7589-4a85-b09b-495c10a99f10/main config.js
4c176792-7589-4a85-b09b-495c10a99f10/main

Tree @4c176792-7589-4a85-b09b-495c10a99f10/main (Download .tar.gz)

config.js @4c176792-7589-4a85-b09b-495c10a99f10/mainraw · history · blame

/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
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';
};