mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add option to select different editors for PC and mobile
This commit is contained in:
parent
ee6c62a91e
commit
e0f5678aba
13 changed files with 412 additions and 232 deletions
|
|
@ -23,21 +23,25 @@ class editor extends ModuleObject
|
|||
*/
|
||||
public $default_editor_config = array(
|
||||
'editor_skin' => 'ckeditor',
|
||||
'editor_colorset' => 'moono-lisa',
|
||||
'editor_height' => 300,
|
||||
'editor_toolbar' => 'default',
|
||||
'editor_toolbar_hide' => 'N',
|
||||
'mobile_editor_skin' => 'simpleeditor',
|
||||
'mobile_editor_colorset' => 'light',
|
||||
'mobile_editor_height' => 200,
|
||||
'mobile_editor_toolbar' => 'simple',
|
||||
'mobile_editor_toolbar_hide' => 'Y',
|
||||
'sel_editor_colorset' => 'moono-lisa',
|
||||
'comment_editor_skin' => 'ckeditor',
|
||||
'comment_editor_colorset' => 'moono-lisa',
|
||||
'comment_editor_height' => 100,
|
||||
'comment_editor_toolbar' => 'simple',
|
||||
'comment_editor_toolbar_hide' => 'N',
|
||||
'mobile_comment_editor_skin' => 'simpleeditor',
|
||||
'mobile_comment_editor_colorset' => 'light',
|
||||
'mobile_comment_editor_height' => 100,
|
||||
'mobile_comment_editor_toolbar' => 'simple',
|
||||
'mobile_comment_editor_toolbar_hide' => 'Y',
|
||||
'sel_comment_editor_colorset' => 'moono-lisa',
|
||||
'content_font' => '',
|
||||
'content_font_size' => '13px',
|
||||
'content_line_height' => '160%',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue