Change default editor colorset in other modules to moono-lisa

This commit is contained in:
Kijin Sung 2017-02-16 01:26:08 +09:00
parent e17c4b9c38
commit d4353fa8d2
4 changed files with 5 additions and 5 deletions

View file

@ -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);