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/RandomAssetProxy.pm
Normal file
18
lib/WebGUI/Help/RandomAssetProxy.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::RandomAssetProxy;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'random asset proxy' => {
|
||||
title => 'random asset proxy title',
|
||||
body => 'random asset proxy body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue