src/cm/media/js/ckeditor/config.js
author gibus
Tue, 22 Oct 2013 15:00:56 +0200
changeset 555 5d79dc4e50a3
parent 256 adccf7c023ef
permissions -rw-r--r--
When creating from uploaded file (in ms-word for eg.), try libroffice in case abiword fails.

/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
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';
};