asset variables, ISA relationships for MultiSearch
This commit is contained in:
parent
f8de15a743
commit
13436cc1e5
2 changed files with 63 additions and 18 deletions
|
|
@ -6,8 +6,8 @@ our $HELP = {
|
|||
body => 'multisearch add/edit body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Wobject",
|
||||
tag => "wobject add/edit"
|
||||
namespace => 'Asset_Wobject',
|
||||
tag => 'wobject add/edit',
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
|
|
@ -26,13 +26,13 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'multisearch template',
|
||||
namespace => 'Asset_MultiSearch'
|
||||
namespace => 'Asset_MultiSearch',
|
||||
},
|
||||
{
|
||||
tag => 'dashboard add/edit',
|
||||
namespace => 'Asset_Dashboard'
|
||||
namespace => 'Asset_Dashboard',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
|
||||
'multisearch template' => {
|
||||
|
|
@ -40,25 +40,29 @@ our $HELP = {
|
|||
body => 'multisearch template body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_Template",
|
||||
tag => "template variables"
|
||||
namespace => 'Asset_MultiSearch',
|
||||
tag => 'multi search asset template variables',
|
||||
},
|
||||
{
|
||||
namespace => "Asset",
|
||||
tag => "asset template"
|
||||
namespace => 'Asset_Template',
|
||||
tag => 'template variables',
|
||||
},
|
||||
{
|
||||
namespace => 'Asset',
|
||||
tag => 'asset template',
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'search',
|
||||
'description' => 'search.variable'
|
||||
'description' => 'search.variable',
|
||||
},
|
||||
{
|
||||
'name' => 'for',
|
||||
'description' => 'for.variable'
|
||||
'description' => 'for.variable',
|
||||
},
|
||||
{
|
||||
'name' => 'submit'
|
||||
'name' => 'submit',
|
||||
}
|
||||
],
|
||||
fields => [
|
||||
|
|
@ -66,14 +70,33 @@ our $HELP = {
|
|||
related => [
|
||||
{
|
||||
tag => 'multi search add/edit',
|
||||
namespace => 'Asset_MultiSearch'
|
||||
namespace => 'Asset_MultiSearch',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'multi search asset template variables' => {
|
||||
title => 'multi search asset template variables title',
|
||||
body => 'multi search asset template variables body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'Asset_Wobject'
|
||||
}
|
||||
]
|
||||
}
|
||||
namespace => 'Asset_Wobject',
|
||||
tag => 'wobject template variables',
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
'name' => 'cacheTimeout',
|
||||
},
|
||||
{
|
||||
'name' => 'templateId',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -74,6 +74,28 @@ as well as these:</p>
|
|||
lastUpdated => 1141147361,
|
||||
},
|
||||
|
||||
'multi search asset template variables title' => {
|
||||
message => q|MultiSearch Asset Template Variables|,
|
||||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'multi search asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The Id of the template used to display this Asset.|,
|
||||
lastUpdated => 1164841027
|
||||
},
|
||||
|
||||
'cacheTimeout' => {
|
||||
message => q|The amount of time in seconds to cache the output of this MultiSearch.|,
|
||||
lastUpdated => 1164841027
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue