blob: 569452685e2c36a9e588f2ce1a56cf338fe4c308 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. 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.apiKey = "ELzjEO8Hfd3fPP738CYRMQSw";
//config.extraPlugins = "N1ED-editor";
};
|