title is not a widget, change it to string

Tom Rutgers committed Aug 17, 2018
commit 6b301a7c5455930553907013a3bf4d96fcc57ba4
Showing 1 changed file with 1 additions and 1 deletions
source/admin/config.yml +1 -1
@@ @@ -42,5 +42,5 @@ collections:
name: hero
widget: object
fields:
- - {label: Title, name: title, widget: title}
+ - {label: Title, name: title, widget: string}
- {label: Image, name: image, widget: image}
\ No newline at end of file