11 lines
338 B
JavaScript
Raw Normal View History

2020-08-14 13:36:36 +02:00
/**
2022-02-06 16:58:04 +01:00
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
2020-08-14 13:36:36 +02:00
*/
CKEDITOR.editorConfig = function( config ) {
2022-02-06 16:58:04 +01:00
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';
2020-08-14 13:36:36 +02:00
};