Making Matrix edit listing screen templatable
This commit is contained in:
parent
415221fb4d
commit
1a67df91bc
8 changed files with 118 additions and 5 deletions
|
|
@ -86,6 +86,14 @@ sub definition {
|
|||
hoverHelp =>$i18n->get('compare template description'),
|
||||
label =>$i18n->get('compare template label'),
|
||||
},
|
||||
editListingTemplateId=>{
|
||||
defaultValue =>"matrixtmpl000000000004",
|
||||
fieldType =>"template",
|
||||
tab =>"display",
|
||||
namespace =>"Matrix/EditListing",
|
||||
hoverHelp =>$i18n->get('edit listing template description'),
|
||||
label =>$i18n->get('edit listing template label'),
|
||||
},
|
||||
defaultSort=>{
|
||||
fieldType =>"selectBox",
|
||||
tab =>"display",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue