Update config.yml
This commit is contained in:
parent
80a5e11722
commit
d6a44bede0
@ -387,6 +387,28 @@ collections:
|
|||||||
- label: Description
|
- label: Description
|
||||||
name: description
|
name: description
|
||||||
widget: text
|
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
|
- name: string_list
|
||||||
label: String List
|
label: String List
|
||||||
widget: list
|
widget: list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user