basic help docs for Search Asset
This commit is contained in:
parent
7bf71ae84c
commit
26ec6d2db4
2 changed files with 118 additions and 0 deletions
82
lib/WebGUI/Help/Asset_Search.pm
Normal file
82
lib/WebGUI/Help/Asset_Search.pm
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
package WebGUI::Help::Asset_Search;
|
||||
|
||||
our $HELP = {
|
||||
'search add/edit' => {
|
||||
title => 'add/edit title',
|
||||
body => 'add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'search template',
|
||||
description => 'search template description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
{
|
||||
title => 'search root',
|
||||
description => 'search root description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
{
|
||||
title => 'class limiter',
|
||||
description => 'class limiter description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
{
|
||||
title => 'view template',
|
||||
description => 'view template description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'search template',
|
||||
namespace => 'Asset_Search'
|
||||
},
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Asset_Wobject'
|
||||
},
|
||||
]
|
||||
},
|
||||
'search template' => {
|
||||
title => 'search template',
|
||||
body => 'search template body',
|
||||
fields => [
|
||||
{
|
||||
title => 'search template',
|
||||
description => 'search template description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
{
|
||||
title => 'search root',
|
||||
description => 'search root description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
{
|
||||
title => 'class limiter',
|
||||
description => 'class limiter description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
{
|
||||
title => 'view template',
|
||||
description => 'view template description',
|
||||
namespace => 'Asset_Search',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Asset_Wobject'
|
||||
},
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue