webgui/lib/WebGUI/Help/Macro_a_account.pm
Colin Kuskie cffe4fbc7b Remove the "using macros" entry, and all references.
Pruning and altering Macro docs up to and including CanEditText.
2007-07-17 15:44:12 +00:00

28 lines
404 B
Perl

package WebGUI::Help::Macro_a_account;
our $HELP = {
'account' => {
title => 'account title',
body => '',
fields => [
],
variables => [
{
'name' => 'account.url'
},
{
'name' => 'account.text'
}
],
related => [
{
tag => 'template language',
namespace => 'Asset_Template',
},
]
},
};
1;