Fixed a typo in the example
It said type = text instead of type = html
This commit is contained in:
parent
ab12d0a9d4
commit
dc43b9a912
|
@ -17,7 +17,7 @@ It renders as a multi-line input field in the admin interface.
|
||||||
[fields.tracking_code]
|
[fields.tracking_code]
|
||||||
label = Tracking Code
|
label = Tracking Code
|
||||||
description = raw HTML that is inserted for ad tracking purposes.
|
description = raw HTML that is inserted for ad tracking purposes.
|
||||||
type = text
|
type = html
|
||||||
```
|
```
|
||||||
|
|
||||||
## Template Usage
|
## Template Usage
|
||||||
|
|
Loading…
Reference in New Issue