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 file: content/catalog/index.md
fields: fields:
- label: Item - label: Item
name: item name: catalog
widget: string widget: list
- label: Quantity fields:
name: quant - label: Item
widget: number name: item
- label: Dimensions widget: string
name: dimensions - label: Quantity
widget: string name: quant
- label: Base Cost widget: number
name: baseCost - label: Dimensions
widget: string name: dimensions
- label: Delivery/Pickup Cost widget: string
name: deliveryPickup - label: Base Cost
widget: string name: baseCost
- label: Install/Breakdown Cost widget: string
name: installBreakdown - label: Delivery/Pickup Cost
widget: number name: deliveryPickup
- label: Purchase Cost widget: string
name: purchaseCost - label: Install/Breakdown Cost
widget: string name: installBreakdown
- label: Category widget: number
name: cat - label: Purchase Cost
widget: select name: purchaseCost
options: ["Backdrops", "Arches", "Canopies", "Chandeliers", "Signaturepieces", "Centerpieces", "Other"] widget: string
- label: Category
name: cat
widget: select
options:
[
"Backdrops",
"Arches",
"Canopies",
"Chandeliers",
"Signaturepieces",
"Centerpieces",
"Other",
]