From 55a44491ed618e4321eb26f022ce8008cf468a85 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 11 Jun 2024 14:46:17 -0400 Subject: [PATCH] update --- themes/gallo/static/admin/config.yml | 61 +++++++++++++++++----------- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 89e61c9..aa1d3de 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -66,27 +66,40 @@ collections: file: content/catalog/index.md fields: - label: Item - name: item - widget: string - - label: Quantity - name: quant - widget: number - - label: Dimensions - name: dimensions - widget: string - - label: Base Cost - name: baseCost - widget: string - - label: Delivery/Pickup Cost - name: deliveryPickup - widget: string - - label: Install/Breakdown Cost - name: installBreakdown - widget: number - - label: Purchase Cost - name: purchaseCost - widget: string - - label: Category - name: cat - widget: select - options: ["Backdrops", "Arches", "Canopies", "Chandeliers", "Signaturepieces", "Centerpieces", "Other"] \ No newline at end of file + name: catalog + widget: list + fields: + - label: Item + name: item + widget: string + - label: Quantity + name: quant + widget: number + - label: Dimensions + name: dimensions + widget: string + - label: Base Cost + name: baseCost + widget: string + - label: Delivery/Pickup Cost + name: deliveryPickup + widget: string + - label: Install/Breakdown Cost + name: installBreakdown + widget: number + - label: Purchase Cost + name: purchaseCost + widget: string + - label: Category + name: cat + widget: select + options: + [ + "Backdrops", + "Arches", + "Canopies", + "Chandeliers", + "Signaturepieces", + "Centerpieces", + "Other", + ]