begin documenting Thread template, need to add verbage about inheriting Post Template variables
This commit is contained in:
parent
ca1cf60d47
commit
e20fb97d10
2 changed files with 127 additions and 0 deletions
21
lib/WebGUI/Help/Thread.pm
Normal file
21
lib/WebGUI/Help/Thread.pm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue