Subversion Repositories web.active

Rev

Blame | Last modification | View Log | Download

/**
 * CKEditor custom config file for ProcessWire
 * 
 * Use this file to specify additional config options to all CKEditor instances, 
 * except those that have field-specific config files, i.e. config-body.js for 
 * config specific to a field named "body". 
 * 
 */

/**
 * @license Copyright (c) 2003-2013, 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.uiColor = '#AADC6E';
};