ckeditor/config.js
author indvd00m (gotoindvdum[at]gmail[dot]com)
Thu, 15 Dec 2016 18:10:20 +0300
changeset 0 44d330dccc59
permissions -rw-r--r--
Init sample
indvd00m@0
     1
/**
indvd00m@0
     2
 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
indvd00m@0
     3
 * For licensing, see LICENSE.md or http://ckeditor.com/license
indvd00m@0
     4
 */
indvd00m@0
     5
indvd00m@0
     6
CKEDITOR.editorConfig = function( config ) {
indvd00m@0
     7
	// Define changes to default configuration here. For example:
indvd00m@0
     8
	// config.language = 'fr';
indvd00m@0
     9
	// config.uiColor = '#AADC6E';
indvd00m@0
    10
};