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
|
|
@ -4,17 +4,6 @@ use WebGUI::Session;
|
|||
|
||||
our $HELP = {
|
||||
|
||||
'asset macros' => {
|
||||
title => 'asset macros title',
|
||||
body => 'asset macros body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'asset fields' => {
|
||||
title => 'asset fields title',
|
||||
body => 'asset fields body',
|
||||
|
|
|
|||
18
lib/WebGUI/Help/AssetProxy.pm
Normal file
18
lib/WebGUI/Help/AssetProxy.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::Help::AssetProxy;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'asset proxy' => {
|
||||
title => 'asset proxy title',
|
||||
body => 'asset proxy body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
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;
|
||||
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