move asset files into a namespace
This commit is contained in:
parent
3ba1218809
commit
8744495b1d
60 changed files with 281 additions and 312 deletions
|
|
@ -1,40 +0,0 @@
|
|||
package WebGUI::Help::HttpProxy;
|
||||
|
||||
our $HELP = {
|
||||
'http proxy add/edit' => {
|
||||
title => '10',
|
||||
body => '11',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'wobject add/edit',
|
||||
namespace => 'Wobject'
|
||||
},
|
||||
{
|
||||
tag => 'http proxy template',
|
||||
namespace => 'HttpProxy'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'http proxy template' => {
|
||||
title => 'http proxy template title',
|
||||
body => 'http proxy template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'http proxy add/edit',
|
||||
namespace => 'HttpProxy'
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue