webgui/lib/WebGUI/Help/Macro_CanEditText.pm
2005-04-05 17:47:47 +00:00

18 lines
247 B
Perl

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