sogo/UI/WebServerResources/ckeditor/config.js
Francis Lachapelle 264c1ff060 See ChangeLog.
Monotone-Parent: e58e01ba23d307338c0721fcb30c8c45fb1a15f4
Monotone-Revision: 79d4612ae4a95206d934814a5aef8dd0eb18b3a5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-04-15T19:24:49
Monotone-Branch: ca.inverse.sogo
2011-04-15 19:24:49 +00:00

14 lines
407 B
JavaScript

/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config )
{
config.uiColor = '#D4D0C8';
config.skin = 'kama';
config.removePlugins = "elementspath,maximize,resize";
config.scayt_autoStartup = false;
config.enterMode = CKEDITOR.ENTER_BR;
};