ckeditor/config.js
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/config.js	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +/**
     1.5 + * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
     1.6 + * For licensing, see LICENSE.md or http://ckeditor.com/license
     1.7 + */
     1.8 +
     1.9 +CKEDITOR.editorConfig = function( config ) {
    1.10 +	// Define changes to default configuration here. For example:
    1.11 +	// config.language = 'fr';
    1.12 +	// config.uiColor = '#AADC6E';
    1.13 +};