Prevent disabled editor component in editor popup

This commit is contained in:
Kijin Sung 2021-12-31 00:06:13 +09:00
parent 3925c24487
commit e3541c046b
4 changed files with 8 additions and 1 deletions

View file

@ -61,6 +61,7 @@ $lang->content_font_size = 'Content Font Size';
$lang->about_component = 'About component';
$lang->about_component_mid = 'Editor components can select targets.(All targets will be selected when nothing is selected.)';
$lang->msg_component_is_not_founded = 'Cannot find editor component %s.';
$lang->msg_component_is_disabled = 'Editor component %s is disabled.';
$lang->msg_component_is_inserted = 'Selected component is already inserted.';
$lang->msg_component_is_first_order = 'Selected component is located at the first position.';
$lang->msg_component_is_last_order = 'Selected component is located at the last position.';