Help module for Asset
This commit is contained in:
parent
fdde516a1d
commit
46a010ef59
1 changed files with 12 additions and 0 deletions
12
lib/WebGUI/Help/Asset.pm
Normal file
12
lib/WebGUI/Help/Asset.pm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package WebGUI::Help::Asset;
|
||||
|
||||
our $HELP = {
|
||||
'asset add/edit' => {
|
||||
title => 'asset add/edit title',
|
||||
body => 'asset add/edit body',
|
||||
related => [
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue