merge of Matrix doc patches #1
This commit is contained in:
parent
d470a7cdd4
commit
6430a672c1
3 changed files with 119 additions and 1 deletions
|
|
@ -94,6 +94,62 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
},
|
||||
'listing add/edit' => {
|
||||
title => 'listing add/edit help title',
|
||||
body => 'listing add/edit help body',
|
||||
fields => [
|
||||
{
|
||||
title => 'product name',
|
||||
description => 'product name description',
|
||||
namespace => 'Asset_Matrix',
|
||||
},
|
||||
{
|
||||
title => 'version number',
|
||||
description => 'version number description',
|
||||
namespace => 'Asset_Matrix',
|
||||
},
|
||||
{
|
||||
title => 'product url',
|
||||
description => 'product url description',
|
||||
namespace => 'Asset_Matrix',
|
||||
},
|
||||
{
|
||||
title => 'manufacturer name',
|
||||
description => 'manufacturer name description',
|
||||
namespace => 'Asset_Matrix',
|
||||
},
|
||||
{
|
||||
title => 'manufacturer url',
|
||||
description => 'manufacturer url description',
|
||||
namespace => 'Asset_Matrix',
|
||||
},
|
||||
{
|
||||
title => 'description',
|
||||
description => 'description description',
|
||||
namespace => 'Asset_Matrix',
|
||||
},
|
||||
{
|
||||
title => 'listing maintainer',
|
||||
description => 'listing maintainer description',
|
||||
namespace => 'Asset_Matrix',
|
||||
},
|
||||
{
|
||||
title => 'matrix specific fields',
|
||||
description => 'matrix specific fields description',
|
||||
namespace => 'Asset_Matrix',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'matrix add/edit',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
{
|
||||
tag => 'listing detail template',
|
||||
namespace => 'Asset_Matrix'
|
||||
},
|
||||
],
|
||||
},
|
||||
'search template' => {
|
||||
title => 'search template help title',
|
||||
body => 'search template help body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue