Ticket #14341: config.js

File config.js, 357 bytes (added by Andreas Soroko, 8 years ago)

minimal config

Line 
1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6CKEDITOR.editorConfig = function( config ) {
7        config.enterMode = CKEDITOR.ENTER_DIV;         
8        config.shiftEnterMode = CKEDITOR.ENTER_BR;
9        config.autoParagraph = false;
10        config.allowedContent = true;
11};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy