fix undocumented template variable in the Layout
This commit is contained in:
parent
f150b19a73
commit
6b017ad991
3 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
7.5.11
|
7.5.11
|
||||||
|
- fix: template variable isUncommitted is not documented in the help
|
||||||
|
|
||||||
7.5.10
|
7.5.10
|
||||||
- fix: Syntax error in GetCsMail
|
- fix: Syntax error in GetCsMail
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ our $HELP = {
|
||||||
{ 'name' => 'dragger.icon' },
|
{ 'name' => 'dragger.icon' },
|
||||||
{ 'name' => 'dragger.init' },
|
{ 'name' => 'dragger.init' },
|
||||||
{ 'name' => 'position1_loop',
|
{ 'name' => 'position1_loop',
|
||||||
'variables' => [ { 'name' => 'id' }, { 'name' => 'content' } ]
|
'variables' => [ { 'name' => 'id' }, { 'name' => 'content' }, { 'name' => 'isUncommitted' }, ]
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
fields => [],
|
fields => [],
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,12 @@ specifically placed are put inside of position 1.|,
|
||||||
lastUpdated => 1148963207,
|
lastUpdated => 1148963207,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'isUncommitted' => {
|
||||||
|
message => q|A boolean, whether or not this Asset is committed|,
|
||||||
|
lastUpdated => 1208146216,
|
||||||
|
context => q|Help variable in the position1_loop|,
|
||||||
|
},
|
||||||
|
|
||||||
'layout template body' => {
|
'layout template body' => {
|
||||||
message => q|<p>The following variables are available in Page Layout Templates:</p>
|
message => q|<p>The following variables are available in Page Layout Templates:</p>
|
||||||
|,
|
|,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue