feat: singleton array list widget (#336)

This commit is contained in:
Daniel Lautzenheiser
2023-01-12 14:15:41 -05:00
committed by GitHub
parent a60d53b4ec
commit c5e94ed16d
64 changed files with 1353 additions and 575 deletions

View File

@ -327,6 +327,34 @@ collections:
- label: Description
name: description
widget: text
- name: string_list
label: String List
widget: list
fields:
- label: Tag
name: tag
widget: string
- name: number_list
label: Number List
widget: list
default:
- 5
- 13
- 2
fields:
- label: Value
name: value
widget: number
- name: boolean_list
label: Boolean List
widget: list
default:
- false
- true
fields:
- label: Active
name: active
widget: boolean
- name: typed_list
label: Typed List
widget: list