Template help for the additional topic variables
This commit is contained in:
parent
82c6c58958
commit
5fc7b42a88
2 changed files with 8 additions and 3 deletions
|
|
@ -46,7 +46,12 @@ our $HELP = {
|
|||
{ name => 'rssUrl' },
|
||||
{ name => 'atomUrl' },
|
||||
],
|
||||
related => []
|
||||
related => [
|
||||
{
|
||||
namespace => 'Asset_Story',
|
||||
tag => 'view template',
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
'storytopic asset template variables' => {
|
||||
|
|
|
|||
|
|
@ -58,9 +58,9 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'story_loop' => {
|
||||
message => q|A loop containing the most recent stories for this topic.|,
|
||||
message => q|A loop containing the most recent stories for this topic. In addition to the listed variables, all the view template variables from Story are available.|,
|
||||
context => q|Template variable.|,
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1294679882,
|
||||
},
|
||||
|
||||
'url' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue