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
|
||||
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",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue