update image location
This commit is contained in:
parent
29181ed543
commit
737b5435a0
1 changed files with 25 additions and 7 deletions
|
@ -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" }
|
||||
- {
|
||||
label: "Image",
|
||||
name: "image",
|
||||
widget: "image",
|
||||
media_folder: "/{{media_folder}}/catalog",
|
||||
public_folder: "/{{public_folder}}/catalog",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue