page.header.link ViewHelper <vhs:page.header.link>¶
ViewHelper used to render a link tag in the <head> section of the page.
If you use the ViewHelper in a plugin, the plugin and its action have to
be cached!
Arguments¶
additionalAttributes¶
- DataType
 mixed
- Required
 false
- Description
 Additional tag attributes. They will be added directly to the resulting HTML tag.
data¶
- DataType
 mixed
- Required
 false
- Description
 Additional data-* attributes. They will each be added with a "data-" prefix.
aria¶
- DataType
 mixed
- Required
 false
- Description
 Additional aria-* attributes. They will each be added with a "aria-" prefix.
rel¶
- DataType
 string
- Required
 false
- Description
 Property: rel
href¶
- DataType
 string
- Required
 false
- Description
 Property: href
type¶
- DataType
 string
- Required
 false
- Description
 Property: type
lang¶
- DataType
 string
- Required
 false
- Description
 Property: lang
dir¶
- DataType
 string
- Required
 false
- Description
 Property: dir