asset macros broken out into individual files
This commit is contained in:
parent
9eb30a4fed
commit
69cd257beb
8 changed files with 126 additions and 43 deletions
18
lib/WebGUI/Help/FileUrl.pm
Normal file
18
lib/WebGUI/Help/FileUrl.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::FileUrl;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'file url' => {
|
||||
title => 'file url title',
|
||||
body => 'file url body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue