webgui/lib/WebGUI/Help/Macro_RandomThread.pm
Colin Kuskie 14180620ca Begin the Help purge.
First batch.  Autogenerated lists of Assets, Workflow Activities and Template
Parsers. Enabled Macros stay, but no linking to Macro pages.
2007-07-16 22:39:46 +00:00

27 lines
458 B
Perl

package WebGUI::Help::Macro_RandomThread;
our $HELP = {
'random thread' => {
title => 'random thread title',
body => 'random thread body',
fields => [
],
related => [
{
tag => 'macros using',
namespace => 'Macros'
},
{
tag => 'random asset proxy',
namespace => 'Macro_RandomAssetProxy'
},
{
tag => 'collaboration post list template variables',
namespace => 'Asset_Collaboration'
}
]
},
};
1;