hesabixCore/public_html/bundles/fosckeditor/config.js

11 lines
336 B
JavaScript
Raw Normal View History

2023-10-06 22:39:25 +03:30
/**
* @license Copyright (c) 2003-2023, 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';
};