gallowelds.com/themes/gallo/static/admin/config.yml

132 lines
3.7 KiB
YAML
Raw Normal View History

2024-06-10 21:41:29 -04:00
---
2024-06-06 16:17:01 -04:00
backend:
name: gitea
repo: mycosystems/gallowelds.com
app_id: 8cf43676-cdba-4112-a981-9c1117b3d096
api_root: https://git.myco.systems/api/v1
base_url: https://git.myco.systems
disable_local_backup: true
2024-06-10 21:50:04 -04:00
media_folder: themes/gallo/static/img
2024-06-06 16:17:01 -04:00
site_url: https://gallo.demo.myco.systems
2024-06-08 23:51:13 -04:00
logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg
2024-06-10 21:41:29 -04:00
locale: en
2024-06-06 16:17:01 -04:00
show_preview_links: false
search: false
collections:
2024-06-11 01:08:34 -04:00
- name: pages
label: Pages
files:
- name: artist
label: The Artist
file: content/art/index.md
fields:
- label: Title
name: title
widget: string
- label: Date
name: date
widget: datetime
- label: Body
name: body
widget: markdown
2024-06-11 01:08:34 -04:00
- name: about
label: About Us
file: content/about/index.md
2024-06-10 22:04:09 -04:00
fields:
- label: Title
name: title
widget: string
2024-06-11 01:08:34 -04:00
- label: Date Last Edited
name: date
widget: datetime
- label: Body
name: body
widget: markdown
- label: Image
name: gallery
widget: list
fields:
- label: Path to image
name: image
2024-06-11 01:11:52 -04:00
widget: image
2024-06-11 01:08:34 -04:00
- label: Title
name: title
widget: string
- label: Description
name: description
2024-06-11 01:11:52 -04:00
widget: markdown
2024-06-11 01:08:34 -04:00
- name: faq
label: FAQ
2024-06-11 01:10:10 -04:00
file: content/faq/index.md
2024-06-11 01:08:34 -04:00
fields:
- label: Date
name: date
widget: datetime
- label: Question
2024-06-11 01:08:34 -04:00
name: questions
widget: list
fields:
- label: Question
name: question
widget: string
- label: Answer
name: answer
2024-06-11 01:11:52 -04:00
widget: markdown
- label: Learn more link
required: false
2024-06-11 01:08:34 -04:00
name: learnMore
widget: string
- name: catalog
label: Catalog
file: content/catalog/index.md
fields:
- label: Item
2024-06-11 14:46:17 -04:00
name: catalog
widget: list
2024-06-11 17:03:54 -04:00
collapsed: true
2024-06-11 14:46:17 -04:00
fields:
- label: Item
name: item
widget: string
- label: Quantity
name: quant
widget: number
- label: Dimensions
name: dimensions
widget: string
- label: Base Cost
name: baseCost
widget: string
- label: Delivery/Pickup Cost
required: false
2024-06-11 14:46:17 -04:00
name: deliveryPickup
widget: string
- label: Install/Breakdown Cost
required: false
2024-06-11 14:46:17 -04:00
name: installBreakdown
widget: number
- label: Purchase Cost
required: false
2024-06-11 14:46:17 -04:00
name: purchaseCost
widget: string
- label: Category
name: cat
widget: select
options:
[
"Backdrops",
"Arches",
"Canopies",
"Chandeliers",
"Signaturepieces",
"Centerpieces",
"Other",
]
2024-06-11 14:47:53 -04:00
- label: Image
required: false
2024-06-11 14:47:53 -04:00
name: gallery
widget: list
fields:
- label: Path to image
name: image
widget: string