This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
djangocms-text-ckeditor/djangocms_text_ckeditor/static/djangocms_text_ckeditor/ckeditor/config.js

11 lines
334 B
JavaScript
Raw Normal View History

2012-12-05 18:08:32 +01:00
/**
2013-08-09 14:41:55 +02:00
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
2012-12-05 18:08:32 +01:00
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
};