update
All checks were successful
Hugo / build (push) Successful in 10s

This commit is contained in:
brooke 2024-06-11 14:46:17 -04:00
parent 59a0182d0e
commit 55a44491ed

View file

@ -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"]
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",
]