webgui/lib/WebGUI/Help/Macro_r_printable.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

24 lines
350 B
Perl

package WebGUI::Help::Macro_r_printable;
our $HELP = {
'printable' => {
title => 'printable title',
body => 'printable body',
variables => [
{
'name' => 'printable.url'
},
{
'name' => 'printable.text'
}
],
fields => [
],
related => [
]
},
};
1;