updating matrix help and international
This commit is contained in:
parent
5edad76d21
commit
253b78f86b
2 changed files with 77 additions and 31 deletions
|
|
@ -7,19 +7,23 @@ our $HELP = {
|
|||
title => 'search template help title',
|
||||
body => '',
|
||||
variables => [
|
||||
{ 'name' => 'CATEGORY_NAME_loop',
|
||||
{ 'name' => 'compareForm', },
|
||||
{ 'name' => 'category_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'name',
|
||||
'description' => 'listing name'
|
||||
{ 'name' => 'categoryLabel' },
|
||||
{ 'name' => 'attribute_loop',
|
||||
'variables' => [
|
||||
{ 'name' => 'label',
|
||||
'description' => 'tmplVar attribute_loop listing label'
|
||||
},
|
||||
{ 'name' => 'description',
|
||||
'description' => 'tmplVar attribute_loop description'
|
||||
},
|
||||
{ 'name' => 'form',
|
||||
'description' => 'tmplVar attribute_loop form'
|
||||
},
|
||||
],
|
||||
},
|
||||
{ 'name' => 'fieldType' },
|
||||
{ 'name' => 'label',
|
||||
'description' => 'listing label'
|
||||
},
|
||||
{ 'name' => 'description',
|
||||
'description' => 'search field description'
|
||||
},
|
||||
{ 'name' => 'form' }
|
||||
],
|
||||
}
|
||||
],
|
||||
|
|
@ -33,6 +37,9 @@ our $HELP = {
|
|||
{ tag => 'listing detail template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
{ tag => 'edit listing template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -63,6 +70,9 @@ our $HELP = {
|
|||
{ tag => 'listing detail template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
{ tag => 'edit listing template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -157,6 +167,9 @@ our $HELP = {
|
|||
{ tag => 'listing detail template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
{ tag => 'edit listing template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -218,6 +231,28 @@ our $HELP = {
|
|||
{ tag => 'main template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
{ tag => 'edit listing template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'edit listing template' => {
|
||||
title => 'edit listing template help title',
|
||||
body => '',
|
||||
variables => [
|
||||
{ 'name' => 'form', }
|
||||
],
|
||||
related => [
|
||||
{ tag => 'compare template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
{ tag => 'main template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
{ tag => 'listing detail template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue