move asset files into a namespace
This commit is contained in:
parent
3ba1218809
commit
8744495b1d
60 changed files with 281 additions and 312 deletions
34
lib/WebGUI/Help/Asset_IndexedSearch.pm
Normal file
34
lib/WebGUI/Help/Asset_IndexedSearch.pm
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
package WebGUI::Help::Asset_IndexedSearch;
|
||||
|
||||
our $HELP = {
|
||||
'indexed search add/edit' => {
|
||||
title => '26',
|
||||
body => '27',
|
||||
related => [
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'indexed search template',
|
||||
namespace => 'Asset_IndexedSearch'
|
||||
}
|
||||
]
|
||||
},
|
||||
'indexed search template' => {
|
||||
title => '29',
|
||||
body => '28',
|
||||
related => [
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'indexed search add/edit',
|
||||
namespace => 'Asset_IndexedSearch'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue