ISA work on Image, File, Snippet, Template. File and Image need more work. Image needs to inherit template variables from File
This commit is contained in:
parent
f9d5dcd9ee
commit
92f016eb32
4 changed files with 24 additions and 26 deletions
|
|
@ -5,6 +5,12 @@ our $HELP = {
|
|||
'snippet add/edit' => {
|
||||
title => 'snippet add/edit title',
|
||||
body => 'snippet add/edit body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'cache timeout',
|
||||
|
|
@ -27,12 +33,6 @@ our $HELP = {
|
|||
namespace => 'Asset_Snippet',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue