page.resources ViewHelper <vhs:page.resources>
Page FAL resources ViewHelper.
Arguments
table
- DataType
- string
- Default
- 'pages'
- Required
- false
- Description
- The table to lookup records.
field
- DataType
- string
- Default
- 'media'
- Required
- false
- Description
- The field of the table associated to resources.
record
- DataType
- mixed
- Required
- false
- Description
- The actual record. Alternatively you can use the "uid" argument.
uid
- DataType
- integer
- Required
- false
- Description
- The uid of the record. Alternatively you can use the "record" argument.
as
- DataType
- string
- Required
- false
- Description
- If specified, a template variable with this name containing the requested data will be inserted instead of returning it.