move macros into a namespace
This commit is contained in:
parent
6876239b0e
commit
3ba1218809
100 changed files with 916 additions and 5 deletions
22
lib/WebGUI/Help/Macro_LastModified.pm
Normal file
22
lib/WebGUI/Help/Macro_LastModified.pm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
package WebGUI::Help::Macro_LastModified;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'last modified' => {
|
||||
title => 'last modified title',
|
||||
body => 'last modified body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
{
|
||||
tag => 'date',
|
||||
namespace => 'Macro_D_date'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue