This commit is contained in:
parent
a926fc42c3
commit
29181ed543
1 changed files with 4 additions and 4 deletions
|
@ -133,10 +133,10 @@ collections:
|
||||||
- { label: "Item", name: "item", widget: "string" }
|
- { label: "Item", name: "item", widget: "string" }
|
||||||
- { label: "Quantity", name: "quant", widget: "number" }
|
- { label: "Quantity", name: "quant", widget: "number" }
|
||||||
- { label: "Dimensions", name: "dimensions", widget: "string" }
|
- { label: "Dimensions", name: "dimensions", widget: "string" }
|
||||||
- { label: "Base Cost", name: "baseCost", widget: "number" }
|
- { label: "Base Cost", name: "baseCost", widget: "string" }
|
||||||
- { label: "Delivery/Pickup Cost", name: "deliveryPickup", widget: "number" }
|
- { label: "Delivery/Pickup Cost", name: "deliveryPickup", widget: "string" }
|
||||||
- { label: "Install/Breakdown Cost", name: "installBreakdown", widget: "number" }
|
- { label: "Install/Breakdown Cost", name: "installBreakdown", widget: "string" }
|
||||||
- { label: "Purchase Cost", name: "purchaseCost", widget: "number" }
|
- { label: "Purchase Cost", name: "purchaseCost", widget: "string" }
|
||||||
- { label: "Category", name: "cat", widget: "string" }
|
- { label: "Category", name: "cat", widget: "string" }
|
||||||
- { label: "Thumbnail", name: "thumbnail", widget: "image" }
|
- { label: "Thumbnail", name: "thumbnail", widget: "image" }
|
||||||
- label: "Gallery"
|
- label: "Gallery"
|
||||||
|
|
Loading…
Add table
Reference in a new issue