Ticket #11052: config.js

File config.js, 438 bytes (added by Sebastian Röher, 10 years ago)

my config.js

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.extraPlugins = 'mycoreprocessor';
11        config.autoParagraph = false;
12        config.allowedContent = true;
13};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy