This commit is contained in:
parent
e6caa137ca
commit
7089e1eed2
1 changed files with 29 additions and 59 deletions
|
@ -6,7 +6,13 @@ backend:
|
||||||
api_root: https://git.myco.systems/api/v1
|
api_root: https://git.myco.systems/api/v1
|
||||||
base_url: https://git.myco.systems
|
base_url: https://git.myco.systems
|
||||||
disable_local_backup: true
|
disable_local_backup: true
|
||||||
media_folder: themes/gallo/static/img
|
|
||||||
|
public_folder: "/img"
|
||||||
|
media_folder: "themes/gallo/static/img"
|
||||||
|
media_library:
|
||||||
|
folder_support: true
|
||||||
|
max_file_size: 2000
|
||||||
|
|
||||||
site_url: https://gallo.demo.myco.systems
|
site_url: https://gallo.demo.myco.systems
|
||||||
logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg
|
logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg
|
||||||
locale: en
|
locale: en
|
||||||
|
@ -15,6 +21,7 @@ search: false
|
||||||
collections:
|
collections:
|
||||||
- name: pages
|
- name: pages
|
||||||
label: Pages
|
label: Pages
|
||||||
|
preview: false
|
||||||
files:
|
files:
|
||||||
- name: artist
|
- name: artist
|
||||||
label: The Artist
|
label: The Artist
|
||||||
|
@ -63,70 +70,33 @@ collections:
|
||||||
name: date
|
name: date
|
||||||
widget: datetime
|
widget: datetime
|
||||||
- label: Question
|
- label: Question
|
||||||
|
name: faq
|
||||||
|
widget: list
|
||||||
|
fields:
|
||||||
|
- label: Group
|
||||||
|
name: group
|
||||||
|
widget: string
|
||||||
|
- label: Questions
|
||||||
name: questions
|
name: questions
|
||||||
widget: list
|
widget: list
|
||||||
fields:
|
fields:
|
||||||
- label: Question
|
- {label: Question, name: question, widget: string}
|
||||||
name: question
|
- {label: Answer, name: answer, widget: markdown}
|
||||||
widget: string
|
|
||||||
- label: Answer
|
|
||||||
name: answer
|
|
||||||
widget: markdown
|
|
||||||
- label: Learn more link
|
|
||||||
required: false
|
|
||||||
name: learnMore
|
|
||||||
widget: string
|
|
||||||
- name: catalog
|
- name: catalog
|
||||||
label: Catalog
|
label: Catalog
|
||||||
file: content/catalog/index.md
|
file: content/catalog/index.md
|
||||||
fields:
|
fields:
|
||||||
- label: Item
|
- {label: Item, name: item, widget: string}
|
||||||
name: catalog
|
- {label: Quantity, name: quant, widget: number}
|
||||||
widget: list
|
- {label: Dimensions, name: dimensions, widget: string}
|
||||||
collapsed: true
|
- {label: Base Cost, name: baseCost, widget: string}
|
||||||
fields:
|
- {label: Delivery/Pickup, name: deliveryPickup, widget: string}
|
||||||
- label: Item
|
- {label: Install Breakdown, name: installBreakdown, widget: string}
|
||||||
name: item
|
- {label: Purchase Cost, name: purchaseCost, widget: string}
|
||||||
widget: string
|
- {label: Category, name: cat, widget: string}
|
||||||
- label: Quantity
|
- {label: Thumbnail, name: thumbnail, widget: image}
|
||||||
name: quant
|
- label: Gallery
|
||||||
widget: number
|
|
||||||
- label: Dimensions
|
|
||||||
name: dimensions
|
|
||||||
widget: string
|
|
||||||
- label: Base Cost
|
|
||||||
name: baseCost
|
|
||||||
widget: string
|
|
||||||
- label: Delivery/Pickup Cost
|
|
||||||
required: false
|
|
||||||
name: deliveryPickup
|
|
||||||
widget: string
|
|
||||||
- label: Install/Breakdown Cost
|
|
||||||
required: false
|
|
||||||
name: installBreakdown
|
|
||||||
widget: number
|
|
||||||
- label: Purchase Cost
|
|
||||||
required: false
|
|
||||||
name: purchaseCost
|
|
||||||
widget: string
|
|
||||||
- label: Category
|
|
||||||
name: cat
|
|
||||||
widget: select
|
|
||||||
options:
|
|
||||||
[
|
|
||||||
"Backdrops",
|
|
||||||
"Arches",
|
|
||||||
"Canopies",
|
|
||||||
"Chandeliers",
|
|
||||||
"Signaturepieces",
|
|
||||||
"Centerpieces",
|
|
||||||
"Other",
|
|
||||||
]
|
|
||||||
- label: Image
|
|
||||||
required: false
|
|
||||||
name: gallery
|
name: gallery
|
||||||
widget: list
|
widget: list
|
||||||
fields:
|
fields:
|
||||||
- label: Path to image
|
- {label: Image, name: image, widget: image}
|
||||||
name: image
|
|
||||||
widget: string
|
|
Loading…
Add table
Reference in a new issue