18 lines
247 B
Perl
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;
|