mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Fix CKEditor extraPlugins and removePlugins support
This commit is contained in:
parent
e1846a4b6d
commit
aed5c0fc6a
7 changed files with 30 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ $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';
|
||||
$lang->guide_additional_plugins = 'Load additional plugins';
|
||||
$lang->guide_remove_plugins = 'Remove plugins';
|
||||
$lang->guide_choose_text_formatting = 'Text formatting style';
|
||||
$lang->guide_choose_font_preview = 'Preview';
|
||||
$lang->guide_choose_font_body = 'Default font';
|
||||
|
|
@ -29,6 +30,7 @@ $lang->autoinsert_image_paragraph = 'Automatically insert images into editor (af
|
|||
$lang->autoinsert_image_inline = 'Automatically insert images into editor (directly at cursor position)';
|
||||
$lang->autoinsert_image_none = 'Do not auto-insert images into editor';
|
||||
$lang->about_additional_plugins = 'This setting is only effective in editors that support additional plugins.';
|
||||
$lang->about_remove_plugins = 'This setting is only effective in editors that support removing plugins.';
|
||||
$lang->about_unit_default_px = 'The unit is px unless otherwise specified.';
|
||||
$lang->about_unit_default_percent = 'The unit is % unless otherwise specified.';
|
||||
$lang->font_preview = 'The quick brown fox jumps over the lazy dog.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue