Add documentation for Snippet Asset
This commit is contained in:
parent
f8ca6ec5bd
commit
a0dea71648
2 changed files with 44 additions and 8 deletions
|
|
@ -1,12 +1,13 @@
|
|||
package WebGUI::Help::Asset;
|
||||
|
||||
our $HELP = {
|
||||
'asset add/edit' => {
|
||||
title => 'asset add/edit title',
|
||||
body => 'asset add/edit body',
|
||||
'asset fields' => {
|
||||
title => 'asset fields title',
|
||||
body => 'asset fields body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'asset macros' => {
|
||||
title => 'asset macros title',
|
||||
body => 'asset macros body',
|
||||
|
|
@ -17,6 +18,18 @@ our $HELP = {
|
|||
},
|
||||
]
|
||||
},
|
||||
|
||||
'snippet add/edit' => {
|
||||
title => 'snippet add/edit title',
|
||||
body => 'snippet add/edit body',
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue