source: main/trunk/greenstone3/web/interfaces/default_new/js/ckeditor/config.js@ 29852

Last change on this file since 29852 was 29852, checked in by Georgiy Litvinov, 9 years ago

Ckeditor integration commit

File size: 332 bytes
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 // Define changes to default configuration here. For example:
8 // config.language = 'fr';
9 // config.uiColor = '#AADC6E';
10};
Note: See TracBrowser for help on using the repository browser.