webgui/lib/WebGUI/Help/Macro_CanEditText.pm
2005-06-18 03:58:32 +00:00

20 lines
266 B
Perl

package WebGUI::Help::Macro_CanEditText;
our $HELP = {
'can edit text' => {
title => 'can edit text title',
body => 'can edit text body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
]
},
};
1;