document Notification template, move all labels into Post
This commit is contained in:
parent
d1c12a1e08
commit
69d43e28c8
3 changed files with 54 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ our $HELP = {
|
|||
},
|
||||
]
|
||||
},
|
||||
|
||||
'post template variables' => {
|
||||
title => 'post template variables title',
|
||||
body => 'post template variables body',
|
||||
|
|
@ -25,6 +26,22 @@ our $HELP = {
|
|||
},
|
||||
]
|
||||
},
|
||||
|
||||
'notification template' => {
|
||||
title => 'notification template title',
|
||||
body => 'notification 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