Files
dev.ttsby.com/plugins/ckeditor/4.9.0/full-all/config.js
2023-04-17 11:06:08 +09:00

11 lines
345 B
JavaScript

/**
* @license Copyright (c) 2003-2018, 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 = 'ko';
// config.uiColor = '#AADC6E';
};