diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index e9d9143..643fc88 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -10,7 +10,7 @@ disable_local_backup: true public_folder: "/img" media_folder: "themes/gallo/static/img" - + site_url: https://www.gallowelding.com logo_url: https://www.gallowelding.com/img/gallo_welding.svg locale: en @@ -110,8 +110,8 @@ collections: name: questions widget: list fields: - - {label: Question, name: question, widget: string} - - {label: Answer, name: answer, widget: markdown} + - { label: Question, name: question, widget: string } + - { label: Answer, name: answer, widget: markdown } - name: catalog label: Catalog file: content/catalog/index.md @@ -134,13 +134,31 @@ collections: - { 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: "string" } - - { label: "Purchase Cost", name: "purchaseCost", 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" name: "gallery" widget: "list" fields: - - { label: "Image", name: "image", widget: "image" } \ No newline at end of file + - { + label: "Image", + name: "image", + widget: "image", + media_folder: "/{{media_folder}}/catalog", + public_folder: "/{{public_folder}}/catalog", + }