---
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
media_folder: themes/gallo/static/img
site_url: https://gallo.demo.myco.systems
logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg
locale: en
show_preview_links: false
search: false
collections:
  - 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
      - name: about
        label: About Us
        file: content/about/index.md
        fields:
          - label: Title
            name: title
            widget: string
          - 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
                widget: image
              - label: Title
                name: title
                widget: string
              - label: Description
                name: description
                widget: markdown
      - name: faq
        label: FAQ
        file: content/faq/index.md
        fields:
          - label: Date
            name: date
            widget: datetime
          - label: Question
            name: questions
            widget: list
            fields:
              - label: Question
                name: question
                widget: string
              - label: Answer
                name: answer
                widget: markdown
              - label: Learn more link
                required: false
                name: learnMore
                widget: string
      - name: catalog
        label: Catalog
        file: content/catalog/index.md
        fields:
          - label: Item
            name: catalog
            widget: list
            collapsed: true
            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
                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
                widget: list
                fields:
                  - label: Path to image
                    name: image
                    widget: string