artabro/wire/modules/Inputfield/InputfieldCKEditor/ckeditor-4.19.0/config.js

11 lines
336 B
JavaScript
Raw Normal View History

2024-08-27 11:35:37 +02:00
/**
* @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
};