Update config.yml

This commit is contained in:
Daniel Lautzenheiser 2023-05-11 19:17:08 -04:00
parent 80a5e11722
commit d6a44bede0

View File

@ -387,6 +387,28 @@ collections:
- label: Description
name: description
widget: text
- name: list_with_object_child
label: List With Object Child
widget: list
fields:
- label: Name
name: name
widget: string
hint: First and Last
- label: Description
name: description
widget: text
- label: Object
name: object
widget: object
fields:
- label: Name
name: name
widget: string
hint: First and Last
- label: Description
name: description
widget: text
- name: string_list
label: String List
widget: list