beginning of Post documentation

This commit is contained in:
Colin Kuskie 2005-03-19 17:19:52 +00:00
parent 9441b86164
commit 6866f7dd2d
2 changed files with 66 additions and 0 deletions

16
lib/WebGUI/Help/Post.pm Normal file
View 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;