Update Navigation docs to show that all asset variables are available for each asset in the page_loop.
This commit is contained in:
parent
971f300162
commit
56fa667f9d
1 changed files with 2 additions and 2 deletions
|
|
@ -248,8 +248,8 @@ the Navigation Template to determine who can see them in the menu.</p>
|
|||
},
|
||||
|
||||
'page_loop' => {
|
||||
message => q|A loop containing pages in nested, hierarchical order. Every property of each page is available. A handfull of them are listed below. Please consult the template variables for each Asset type for a full list.|,
|
||||
lastUpdated => 1221602778,
|
||||
message => q|A loop containing pages in nested, hierarchical order. Every property of each asset is available, with the name <b>page.<i>propertyName</i></b>, where <i>propertyName</i> should be replaced with the name of the property you want to use, like className, or assetSize. A handfull of them are listed below. Please consult the template variables for each Asset type for a full list.|,
|
||||
lastUpdated => 1244495609,
|
||||
},
|
||||
|
||||
'page.assetId' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue