mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +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
|
|
@ -141,7 +141,11 @@ var auto_saved_msg = "{$lang->msg_auto_saved}";
|
|||
settings.ckeconfig.toolbarStartupExpanded = {$editor_toolbar_hide ? 'false' : 'true'};
|
||||
|
||||
<!--@if($editor_additional_plugins)-->
|
||||
settings.extraPlugins = {json_encode(implode(',', $editor_additional_plugins))};
|
||||
settings.ckeconfig.extraPlugins = {json_encode(implode(',', $editor_additional_plugins))};
|
||||
<!--@endif-->
|
||||
|
||||
<!--@if($editor_remove_plugins)-->
|
||||
settings.ckeconfig.removePlugins = {json_encode(implode(',', $editor_remove_plugins))};
|
||||
<!--@endif-->
|
||||
|
||||
<!--@if($editor_toolbar === 'simple')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue