Fixed a typo in the example

It said type = text instead of type = html
This commit is contained in:
Jacob Pewitt 2016-03-04 16:45:38 -05:00
parent ab12d0a9d4
commit dc43b9a912
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ 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 = text
type = html
```
## Template Usage