Add missing template help for the WikiPage view template.
This commit is contained in:
parent
7390497e1f
commit
55ceb579fb
3 changed files with 29 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
- added #11007: Added drag'n'drop sorting in Gallery Album Edit View (Bernd Kalbfuß-Zimmermann)
|
||||
- added Better comment rating icons.
|
||||
- fixed #11520: Wiki Locked
|
||||
- fixed Missing Template variables for the Wiki Page view template.
|
||||
|
||||
7.9.2
|
||||
- added: Workflow to extend recurring Calendar events 2 years from the
|
||||
|
|
|
|||
|
|
@ -78,6 +78,16 @@ our $HELP = {
|
|||
},
|
||||
{ 'name' => 'editContent', },
|
||||
{ 'name' => 'content', },
|
||||
{ 'name' => 'keywordsLoop',
|
||||
'variables' => [
|
||||
{ 'name' => 'keyword',
|
||||
'description' => 'keyword title',
|
||||
},
|
||||
{ 'name' => 'url',
|
||||
'description' => 'keyword url',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name => 'isSubscribed',
|
||||
description => 'help isSubscribed',
|
||||
|
|
|
|||
|
|
@ -291,6 +291,24 @@ our $I18N =
|
|||
context => q{Help for template variable},
|
||||
},
|
||||
|
||||
'keywordsLoop' => {
|
||||
message => q{A loop containing all keywords for this page is tagged with.},
|
||||
lastUpdated => 0,
|
||||
context => q{Help for template variable},
|
||||
},
|
||||
|
||||
'keyword title' => {
|
||||
message => q{The name of this keyword.},
|
||||
lastUpdated => 0,
|
||||
context => q{Help for template variable},
|
||||
},
|
||||
|
||||
'keyword url' => {
|
||||
message => q{The URL to view all pages tagged with this keyword.},
|
||||
lastUpdated => 0,
|
||||
context => q{Help for template variable},
|
||||
},
|
||||
|
||||
'help owner' => {
|
||||
message => q{The username of the owner of the page},
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue