Help cleanup moves into the Macros. Macro help title will be
Macro Template Variables. Body tags in the help are now optional. To skip the body tag, put in an empty string. Updated the Help and the tests to cover that. Updated the Account Macro according to those rules.
This commit is contained in:
parent
14180620ca
commit
7c6ba21048
4 changed files with 4 additions and 27 deletions
|
|
@ -4,7 +4,7 @@ our $HELP = {
|
|||
|
||||
'account' => {
|
||||
title => 'account title',
|
||||
body => 'account body',
|
||||
body => '',
|
||||
fields => [
|
||||
],
|
||||
variables => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue