mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Change default editor colorset in other modules to moono-lisa
This commit is contained in:
parent
e17c4b9c38
commit
d4353fa8d2
4 changed files with 5 additions and 5 deletions
|
|
@ -267,7 +267,7 @@ class editorModel extends editor
|
|||
if(!$skin) $skin = 'ckeditor';
|
||||
|
||||
$colorset = $option->colorset;
|
||||
if(!$colorset) $colorset = 'moono';
|
||||
if(!$colorset) $colorset = 'moono-lisa';
|
||||
Context::set('colorset', $colorset);
|
||||
Context::set('skin', $skin);
|
||||
Context::set('module_type', $option->module_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue