From d6a44bede074895bd1ea44e53b9e1b85bf4c1b9f Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Thu, 11 May 2023 19:17:08 -0400 Subject: [PATCH] Update config.yml --- packages/demo/public/config.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/demo/public/config.yml b/packages/demo/public/config.yml index f691d711..ee5e9312 100644 --- a/packages/demo/public/config.yml +++ b/packages/demo/public/config.yml @@ -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