macro cleanup
This commit is contained in:
parent
318242da9b
commit
90187ae800
53 changed files with 89 additions and 713 deletions
|
|
@ -1,10 +1,20 @@
|
|||
package WebGUI::Help::Macros;
|
||||
|
||||
use WebGUI::Session;
|
||||
use Data::Dumper;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'macros using' => {
|
||||
title => 'macros using title',
|
||||
body => 'macros using body',
|
||||
related => [
|
||||
{
|
||||
tag => "macros list",
|
||||
namespace => "Macros",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'macros list' => {
|
||||
title => 'macros list title',
|
||||
body => 'macros list body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue