webgui/lib/WebGUI/Help/Thread.pm

21 lines
324 B
Perl

package WebGUI::Help::Thread;
our $HELP = {
'thread template variables' => {
title => 'thread template title',
body => 'thread template body',
related => [
{
tag => 'template language',
namespace => 'Template'
},
{
tag => 'post template variables',
namespace => 'Post'
},
]
},
};
1;