Implement control of whether to hide the editor toolbar

This commit is contained in:
Kijin Sung 2017-06-27 18:04:26 +09:00
parent 0d257b6b67
commit 4adf223524
8 changed files with 71 additions and 7 deletions

View file

@ -5,8 +5,10 @@ $lang->comment_editor = 'Comment editor';
$lang->editor_option = 'Editor Options';
$lang->guide_choose_main_editor = 'Main editor';
$lang->guide_set_height_main_editor = 'Main editor height';
$lang->guide_set_main_editor_toolbar = 'Main editor toolbar';
$lang->guide_choose_comment_editor = 'Comment editor';
$lang->guide_set_height_comment_editor = 'Comment editor height';
$lang->guide_set_comment_editor_toolbar = 'Comment editor toolbar';
$lang->guide_additional_css = 'Additional CSS Files';
$lang->about_additional_css = 'To load additional CSS files inside the editor, such as web fonts, please enter one URL per line.';
$lang->guide_additional_mobile_css = 'Additional CSS Files for Mobile';