praiadeseselle/site/modules/InputfieldCKEditor/config.js

18 lines
576 B
JavaScript
Raw Normal View History

2022-03-08 15:55:41 +01:00
/**
* 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';
};