mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-31 09:45:25 +09:00
5 lines
165 B
JavaScript
5 lines
165 B
JavaScript
CKEDITOR.editorConfig = function( config ) {
|
|
// Define changes to default configuration here. For example:
|
|
config.language = 'ja';
|
|
config.uiColor = '#DAEDF6';
|
|
};
|