macro help moved into individual files
This commit is contained in:
parent
bfaf66f854
commit
13dee87a18
86 changed files with 1978 additions and 0 deletions
22
lib/WebGUI/Help/LastModified.pm
Normal file
22
lib/WebGUI/Help/LastModified.pm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
package WebGUI::Help::LastModified;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'last modified' => {
|
||||
title => 'last modified title',
|
||||
body => 'last modified body',
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'date',
|
||||
namespace => 'D_date'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue