documentation for new macro

This commit is contained in:
Colin Kuskie 2007-06-15 21:29:12 +00:00
parent 2065b3257e
commit 92151cdf7b
3 changed files with 50 additions and 1 deletions

View 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;