beginning of Post documentation
This commit is contained in:
parent
9441b86164
commit
6866f7dd2d
2 changed files with 66 additions and 0 deletions
16
lib/WebGUI/Help/Post.pm
Normal file
16
lib/WebGUI/Help/Post.pm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
package WebGUI::Help::Post;
|
||||
|
||||
our $HELP = {
|
||||
'post add/edit template' => {
|
||||
title => 'add/edit post template title',
|
||||
body => 'add/edit post template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
},
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue