change asset www_add and www_edit into templates
This commit is contained in:
parent
9489283960
commit
ad3231af73
5 changed files with 37 additions and 49 deletions
|
|
@ -248,6 +248,15 @@ sub definition {
|
|||
namespace=>"AdminConsole",
|
||||
defaultValue=>$setting->get("AdminConsoleTemplate")
|
||||
});
|
||||
push @fields, {
|
||||
tab => 'ui',
|
||||
fieldType => 'template',
|
||||
name => 'templateIdAssetEdit',
|
||||
label => $i18n->get('templateIdAssetEdit label'),
|
||||
hoverHelp => $i18n->get('templateIdAssetEdit description'),
|
||||
namespace => 'Asset/Edit',
|
||||
defaultValue => $setting->get('templateIdAssetEdit') || "yKl2HX76TSuv42vmprFbXQ",
|
||||
};
|
||||
push(@fields, {
|
||||
tab => "ui",
|
||||
fieldType => "yesNo",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue