Change the default for comment editor to show the toolbar

This commit is contained in:
Kijin Sung 2017-06-27 18:22:47 +09:00
parent d4f034606c
commit 0bb8945453

View file

@ -34,7 +34,7 @@ class editor extends ModuleObject
'comment_editor_skin' => 'ckeditor',
'comment_editor_height' => 100,
'comment_editor_toolbar' => 'simple',
'comment_editor_toolbar_hide' => 'Y',
'comment_editor_toolbar_hide' => 'N',
'mobile_comment_editor_height' => 100,
'mobile_comment_editor_toolbar' => 'simple',
'mobile_comment_editor_toolbar_hide' => 'Y',