This commit is contained in:
parent
59a0182d0e
commit
55a44491ed
1 changed files with 37 additions and 24 deletions
|
@ -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",
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue