updated help, add help for template
This commit is contained in:
parent
ad92394adf
commit
6c3120b9b0
2 changed files with 70 additions and 11 deletions
|
|
@ -6,11 +6,35 @@ our $HELP = {
|
|||
body => '11',
|
||||
related => [
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects add/edit',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
},
|
||||
{
|
||||
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