Files
-S.I.S-QuaySo_v2/public/libs/ckeditor/config.js
T
2026-03-26 09:28:14 +07:00

13 lines
425 B
JavaScript

/**
* @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';
config.versionCheck = false;
config.extraPlugins = ['video', 'ckawesome'];
};