Ticket #10537: config.js

File config.js, 421 bytes (added by dilip, 11 years ago)
Line 
1/**
2 * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5
6CKEDITOR.editorConfig = function( config ) {
7        // Define changes to default configuration here. For example:
8        // config.language = 'fr';
9        // config.uiColor = '#AADC6E';
10                config.enterMode = CKEDITOR.ENTER_BR;
11    config.shiftEnterMode = CKEDITOR.ENTER_P;
12};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy