Added RSS feed template to Collaboration. Created help for new template. Added internationalization for template labels, tooltips and help. Modified upgrade script to add new column to Collaboration table and add new template.
This commit is contained in:
parent
607a251b11
commit
f1dfaaa142
5 changed files with 174 additions and 31 deletions
|
|
@ -35,6 +35,11 @@ our $HELP = {
|
|||
description => 'notification template description',
|
||||
namespace => 'Asset_Collaboration',
|
||||
},
|
||||
{
|
||||
title => 'rss template',
|
||||
description => 'rss template description',
|
||||
namespace => 'Asset_Collaboration',
|
||||
},
|
||||
{
|
||||
title => 'who moderates',
|
||||
description => 'who moderates description',
|
||||
|
|
@ -191,6 +196,19 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'collaboration rss template' => {
|
||||
title => 'collaboration rss template title',
|
||||
body => 'collaboration rss template body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'collaboration post list template variables',
|
||||
namespace => 'Asset_Collaboration',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue