2009-10-10 00:15:12 -07:00
|
|
|
|
/*
|
2010-04-26 18:15:27 -07:00
|
|
|
|
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
|
2009-10-10 00:15:12 -07:00
|
|
|
|
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';
|
|
|
|
|
|
};
|