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
     1 /**
     2  * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
     3  * For licensing, see LICENSE.md or http://ckeditor.com/license
     4  */
     5 
     6 CKEDITOR.editorConfig = function( config ) {
     7 	// Define changes to default configuration here. For example:
     8 	// config.language = 'fr';
     9 	// config.uiColor = '#AADC6E';
    10 };