fix undocumented template variable in the Layout

This commit is contained in:
Colin Kuskie 2008-04-14 04:12:22 +00:00
parent f150b19a73
commit 6b017ad991
3 changed files with 8 additions and 1 deletions

View file

@ -22,7 +22,7 @@ our $HELP = {
{ 'name' => 'dragger.icon' },
{ 'name' => 'dragger.init' },
{ 'name' => 'position1_loop',
'variables' => [ { 'name' => 'id' }, { 'name' => 'content' } ]
'variables' => [ { 'name' => 'id' }, { 'name' => 'content' }, { 'name' => 'isUncommitted' }, ]
},
],
fields => [],

View file

@ -59,6 +59,12 @@ specifically placed are put inside of position 1.|,
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' => {
message => q|<p>The following variables are available in Page Layout Templates:</p>
|,