23 lines
394 B
Perl
23 lines
394 B
Perl
package WebGUI::Help::Macro_RandomThread;
|
|
|
|
our $HELP = {
|
|
'random thread' => {
|
|
title => 'random thread title',
|
|
body => 'random thread body',
|
|
fields => [
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'random asset proxy',
|
|
namespace => 'Macro_RandomAssetProxy'
|
|
},
|
|
{
|
|
tag => 'collaboration post list template variables',
|
|
namespace => 'Asset_Collaboration'
|
|
}
|
|
]
|
|
},
|
|
|
|
};
|
|
|
|
1;
|