finish collaboration documentation
This commit is contained in:
parent
2d2228e266
commit
b5998af961
2 changed files with 182 additions and 0 deletions
|
|
@ -30,6 +30,32 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'collaboration template' => {
|
||||
title => 'collaboration template title',
|
||||
body => 'collaboration template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'collaboration template labels',
|
||||
namespace => 'Asset_Collaboration',
|
||||
},
|
||||
{
|
||||
tag => 'collaboration post list template variables',
|
||||
namespace => 'Asset_Collaboration',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'collaboration search template' => {
|
||||
title => 'collaboration search template title',
|
||||
body => 'collaboration search template body',
|
||||
related => [
|
||||
{
|
||||
tag => 'collaboration post list template variables',
|
||||
namespace => 'Asset_Collaboration',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue