Fix Default Rich Editor setting so that it renders correctly.
This commit is contained in:
parent
364e55da40
commit
82867ec273
2 changed files with 3 additions and 3 deletions
|
|
@ -176,9 +176,8 @@ sub definition {
|
|||
name=>"richEditor",
|
||||
label=>$i18n->get("default rich editor"),
|
||||
hoverHelp=>$i18n->get("default rich editor description"),
|
||||
defaultValue=>[$session->setting->get("richEditor")],
|
||||
options=>WebGUI::Asset::RichEdit->getList($session),
|
||||
defaultValue=>["PBrichedit000000000001"]
|
||||
defaultValue=>[$session->setting->get("richEditor") || "PBrichedit000000000001"],
|
||||
options=>WebGUI::Asset::RichEdit->getList($session)
|
||||
});
|
||||
push(@fields, {
|
||||
tab=>"ui",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue