update cost widget
All checks were successful
Hugo / build (push) Successful in 2s

This commit is contained in:
brooke 2024-08-13 11:06:04 -04:00
parent a926fc42c3
commit 29181ed543

View file

@ -133,10 +133,10 @@ collections:
- { label: "Item", name: "item", widget: "string" }
- { label: "Quantity", name: "quant", widget: "number" }
- { label: "Dimensions", name: "dimensions", widget: "string" }
- { label: "Base Cost", name: "baseCost", widget: "number" }
- { label: "Delivery/Pickup Cost", name: "deliveryPickup", widget: "number" }
- { label: "Install/Breakdown Cost", name: "installBreakdown", widget: "number" }
- { label: "Purchase Cost", name: "purchaseCost", widget: "number" }
- { label: "Base Cost", name: "baseCost", widget: "string" }
- { label: "Delivery/Pickup Cost", name: "deliveryPickup", widget: "string" }
- { label: "Install/Breakdown Cost", name: "installBreakdown", widget: "string" }
- { label: "Purchase Cost", name: "purchaseCost", widget: "string" }
- { label: "Category", name: "cat", widget: "string" }
- { label: "Thumbnail", name: "thumbnail", widget: "image" }
- label: "Gallery"