Fix single field list example (#1790)

Closes #1710
This commit is contained in:
Bennaci Oussama 2018-10-05 00:48:27 +01:00 committed by Tom Rutgers
parent 912de4fdf9
commit b167b79fc6

View File

@ -33,8 +33,7 @@ The list widget allows you to create a repeatable item in the UI which saves as
- label: "Gallery"
name: "galleryImages"
widget: "list"
field:
- {label: Image, name: image, widget: image}
field: {label: Image, name: image, widget: image}
```
- **Example** (with `fields`):
```yaml