document common post template variables, more to come
This commit is contained in:
parent
0f4b5c14ce
commit
95794255eb
2 changed files with 105 additions and 0 deletions
|
|
@ -4,6 +4,20 @@ our $HELP = {
|
|||
'post add/edit template' => {
|
||||
title => 'add/edit post template title',
|
||||
body => 'add/edit post template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Template'
|
||||
},
|
||||
{
|
||||
tag => 'post template variables',
|
||||
namespace => 'Post'
|
||||
},
|
||||
]
|
||||
},
|
||||
'post template variables' => {
|
||||
title => 'post template variables title',
|
||||
body => 'post template variables body',
|
||||
related => [
|
||||
{
|
||||
tag => 'template language',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue