18 lines
222 B
Perl
18 lines
222 B
Perl
package WebGUI::Help::FileUrl;
|
|
|
|
our $HELP = {
|
|
|
|
'file url' => {
|
|
title => 'file url title',
|
|
body => 'file url body',
|
|
related => [
|
|
{
|
|
tag => 'macros using',
|
|
namespace => 'WebGUI'
|
|
},
|
|
]
|
|
},
|
|
|
|
};
|
|
|
|
1;
|