mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
336 B
JavaScript
11 lines
336 B
JavaScript
1 year ago
|
/**
|
||
|
* @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';
|
||
|
};
|