asset template vars and ISA relationship for Search
This commit is contained in:
parent
2de229fc9c
commit
2f2cecf808
2 changed files with 73 additions and 8 deletions
|
|
@ -38,9 +38,28 @@ our $HELP = {
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
'search template' => {
|
'search template' => {
|
||||||
title => 'search template',
|
title => 'search template',
|
||||||
body => 'search template body',
|
body => 'search template body',
|
||||||
|
isa => [
|
||||||
|
{
|
||||||
|
tag => 'pagination template variables',
|
||||||
|
namespace => 'WebGUI'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
namespace => "Asset_Article",
|
||||||
|
tag => "article asset template variables"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
namespace => "Asset_Template",
|
||||||
|
tag => "template variables"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
namespace => "Asset",
|
||||||
|
tag => "asset template"
|
||||||
|
},
|
||||||
|
],
|
||||||
fields => [
|
fields => [
|
||||||
],
|
],
|
||||||
variables => [
|
variables => [
|
||||||
|
|
@ -66,20 +85,39 @@ our $HELP = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
related => [
|
related => [
|
||||||
{
|
|
||||||
tag => 'asset fields',
|
|
||||||
namespace => 'Asset'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag => 'wobject template',
|
tag => 'wobject template',
|
||||||
namespace => 'Asset_Wobject'
|
namespace => 'Asset_Wobject'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
tag => 'template language',
|
|
||||||
namespace => 'Asset_Template'
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'search asset template variables' => {
|
||||||
|
title => 'search asset template variables title',
|
||||||
|
body => 'search asset template variables body',
|
||||||
|
isa => [
|
||||||
|
{
|
||||||
|
namespace => "Asset_Wobject",
|
||||||
|
tag => "wobject template variables"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
fields => [
|
||||||
|
],
|
||||||
|
variables => [
|
||||||
|
{
|
||||||
|
'name' => 'templateId'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'searchRoot'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'name' => 'classLimiter'
|
||||||
|
},
|
||||||
|
],
|
||||||
|
related => [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,33 @@ our $I18N = { ##hashref of hashes
|
||||||
lastUpdated => 1142052519,
|
lastUpdated => 1142052519,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'search asset template variables title' => {
|
||||||
|
message => q|Search Asset Template Variables|,
|
||||||
|
lastUpdated => 1164841146
|
||||||
|
},
|
||||||
|
|
||||||
|
'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 the Search Asset.|,
|
||||||
|
lastUpdated => 1168897708,
|
||||||
|
},
|
||||||
|
|
||||||
|
'searchRoot' => {
|
||||||
|
message => q|The ID of the Asset where the searching will begin.|,
|
||||||
|
lastUpdated => 1168897708,
|
||||||
|
},
|
||||||
|
|
||||||
|
'classLimiter' => {
|
||||||
|
message => q|A string with all types of Assets to search.|,
|
||||||
|
lastUpdated => 1168897708,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue