html
The html
type is basically the same as the text type but
in templates it's rendered directly as HTML instead of being escaped.
It renders as a multi-line input field in the admin interface.
[fields.tracking_code]
label = Tracking Code
description = raw HTML that is inserted for ad tracking purposes.
type = html
{{ this.tracking_code }}
Comments