From 29181ed54331122226921a5736ead65d82413ad1 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 13 Aug 2024 11:06:04 -0400 Subject: [PATCH] update cost widget --- themes/gallo/static/admin/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 0d422ad..e9d9143 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -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"