documentation for new macro
This commit is contained in:
parent
2065b3257e
commit
92151cdf7b
3 changed files with 50 additions and 1 deletions
20
lib/WebGUI/Help/Macro_NewMail.pm
Normal file
20
lib/WebGUI/Help/Macro_NewMail.pm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
package WebGUI::Help::Macro_NewMail;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'new mail' => {
|
||||
title => 'new mail title',
|
||||
body => 'new mail body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'macros using',
|
||||
namespace => 'Macros'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue