begin fixing wobject template variables
This commit is contained in:
parent
c283855f94
commit
da0ae041a1
5 changed files with 59 additions and 17 deletions
|
|
@ -184,7 +184,7 @@ our $HELP = {
|
|||
tag => "template variables"
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
tag => 'wobject template variables',
|
||||
namespace => 'Asset_Wobject'
|
||||
}
|
||||
],
|
||||
|
|
@ -429,7 +429,7 @@ our $HELP = {
|
|||
tag => "template variables"
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
tag => 'wobject template variables',
|
||||
namespace => 'Asset_Wobject'
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -38,11 +38,7 @@ our $HELP = {
|
|||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject template"
|
||||
},
|
||||
{
|
||||
namespace => "Asset",
|
||||
tag => "asset template",
|
||||
tag => "wobject template variables"
|
||||
},
|
||||
],
|
||||
fields => [ ],
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ our $HELP = {
|
|||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject template"
|
||||
tag => "wobject template variables"
|
||||
},
|
||||
{
|
||||
namespace => "Asset",
|
||||
|
|
|
|||
|
|
@ -98,12 +98,6 @@ our $HELP = {
|
|||
{
|
||||
'name' => 'assetId'
|
||||
},
|
||||
{
|
||||
'name' => 'isShortcut'
|
||||
},
|
||||
{
|
||||
'name' => 'originalURL'
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
|
|
@ -116,6 +110,40 @@ our $HELP = {
|
|||
},
|
||||
]
|
||||
},
|
||||
|
||||
'wobject template variables' => {
|
||||
title => 'wobject template variables title',
|
||||
body => 'wobject template variables body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'asset template asset variables',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'displayTitle'
|
||||
},
|
||||
{
|
||||
'name' => 'description'
|
||||
},
|
||||
{
|
||||
'name' => 'styleTemplateId'
|
||||
},
|
||||
{
|
||||
'name' => 'printableStyleTemplateId'
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue