# Sveltia CMS for romavilla.ca, served at https://cms.romavilla.ca/admin.
#
# Every field mirrors a zod schema in src/content.config.ts or
# src/content/page-schemas.ts; change both together. Validate after editing:
# the file must pass node_modules/@sveltia/cms/schema/sveltia-cms.json.
#
# Sign-in goes through this site's Worker (src/auth.ts and src/admin.ts), never
# Netlify's shared OAuth app. base_url must be the editor origin exactly: no
# www, no trailing slash.
#
# Every image is stored beside the entry that uses it (media_folder ''), so
# Astro can optimise it. The top-level media folder exists only because Sveltia
# needs one; nothing on the site reads from it.
#
# Fixed-length lists cannot be added to, removed from or reordered: each item
# lines up with a link or layout slot that stays in the template.

logo_url: /admin/logo.png
backend:
  name: github
  repo: WiredBuilder/romavillacounselling-com
  branch: main
  base_url: https://cms.romavilla.ca
  auth_endpoint: api/auth
  auth_methods:
    - oauth
    - token
media_folder: src/assets/uploads
public_folder: /src/assets/uploads
media_libraries:
  default:
    config:
      max_file_size: 5000000
      transformations:
        raster_image:
          format: webp
          quality: 85
          width: 2048
          height: 2048
collections:
  - name: pages
    label: Pages
    icon: description
    files:
      - name: home
        label: Home
        file: src/content/pages/home/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead. Words in braces like {city}, {province} and {languages} fill themselves in; leave them as they are.
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: text
                    hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
            collapsed: false
          - name: struggles
            label: Struggles
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: items
                label: Items
                widget: list
                field:
                  name: item
                  label: Items
                  widget: string
                  hint: No em dashes or en dashes. Use a comma, colon or period instead.
                min: 1
            collapsed: false
          - name: rightPlace
            label: Right place
            widget: object
            fields:
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: string
                    hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: services
            label: Services
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: cards
                label: Cards
                widget: list
                fields:
                  - name: name
                    label: Name
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: text
                    label: Text
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                summary: "{{name}}"
                collapsed: true
                min: 4
                max: 4
                allow_add: false
                allow_remove: false
                allow_reorder: false
            collapsed: false
          - name: farsi
            label: Farsi
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead. Words in braces like {city}, {province} and {languages} fill themselves in; leave them as they are.
            collapsed: false
          - name: team
            label: Team
            widget: object
            fields:
              - name: portrait
                label: Portrait photo
                widget: image
                choose_url: false
                accept: image/jpeg,image/png,image/webp
                hint: Replacing this photo changes it on this page only.
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: closing
                label: Closing
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: testimonial
            label: Testimonial
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: quote
                label: Quote
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: attribution
                label: Attribution
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: steps
            label: Steps
            widget: object
            fields:
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: string
                    hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: items
                label: Items
                widget: list
                field:
                  name: item
                  label: Items
                  widget: text
                  hint: No em dashes or en dashes. Use a comma, colon or period instead.
                min: 3
                max: 3
                allow_add: false
                allow_remove: false
                allow_reorder: false
            collapsed: false
          - name: cta
            label: Closing call to action
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
      - name: about
        label: About
        file: src/content/pages/about/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: portrait
                label: Portrait photo
                widget: image
                choose_url: false
                accept: image/jpeg,image/png,image/webp
                hint: Replacing this photo changes it on this page only.
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead. Words in braces like {city}, {province} and {languages} fill themselves in; leave them as they are.
              - name: focusHeading
                label: Focus heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: focusAreas
                label: Areas of focus
                widget: list
                field:
                  name: item
                  label: Areas of focus
                  widget: string
                  hint: No em dashes or en dashes. Use a comma, colon or period instead.
                min: 1
            collapsed: false
          - name: pullQuote
            label: Pull quote
            widget: text
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
          - name: principles
            label: Principles
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: pace
                label: Pace
                widget: object
                fields:
                  - name: title
                    label: Browser tab and search title
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: text
                    label: Text
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: language
                label: Language
                widget: object
                fields:
                  - name: title
                    label: Browser tab and search title
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: text
                    label: Text
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead. Words in braces like {city}, {province} and {languages} fill themselves in; leave them as they are.
                collapsed: false
              - name: access
                label: Access
                widget: object
                fields:
                  - name: title
                    label: Browser tab and search title
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: affirming
                label: Affirming
                widget: object
                fields:
                  - name: title
                    label: Browser tab and search title
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
            collapsed: false
          - name: beliefs
            label: Beliefs
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: items
                label: Items
                widget: list
                field:
                  name: item
                  label: Items
                  widget: text
                  hint: No em dashes or en dashes. Use a comma, colon or period instead.
                min: 1
              - name: image
                label: Photo
                widget: image
                choose_url: false
                accept: image/jpeg,image/png,image/webp
                hint: Replacing this photo changes it on this page only.
            collapsed: false
          - name: testimonials
            label: Testimonials
            widget: object
            fields:
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: string
                    hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: disclosure
                label: Disclosure
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: items
                label: Items
                widget: list
                fields:
                  - name: quote
                    label: Quote
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: who
                    label: Who said it
                    widget: string
                    hint: No client names without the client's written consent, and check the BCACC testimonial rules first. Never add details that could identify a client. No em dashes or en dashes. Use a comma, colon or period instead.
                summary: "{{quote}}"
                collapsed: true
            collapsed: false
          - name: closingHeading
            label: Closing heading
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: all_therapy_services
        label: All services
        file: src/content/pages/all-therapy-services/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: intro
            label: Intro
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: services
            label: Services
            widget: list
            fields:
              - name: name
                label: Name
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: image
                label: Photo
                widget: image
                choose_url: false
                accept: image/jpeg,image/png,image/webp
                hint: Replacing this photo changes it on this page only.
              - name: alt
                label: Photo description
                widget: string
                hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: intro
                label: Intro
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: points
                label: Points
                widget: list
                field:
                  name: item
                  label: Points
                  widget: text
                  hint: No em dashes or en dashes. Use a comma, colon or period instead.
                min: 1
            summary: "{{name}}"
            collapsed: true
            min: 4
            max: 4
            allow_add: false
            allow_remove: false
            allow_reorder: false
          - name: helpLead
            label: Help lead
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
          - name: buttonPrefix
            label: Button prefix
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
          - name: testimonials
            label: Testimonials
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: disclosure
                label: Disclosure
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: items
                label: Items
                widget: list
                fields:
                  - name: quote
                    label: Quote
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: who
                    label: Who said it
                    widget: string
                    hint: No client names without the client's written consent, and check the BCACC testimonial rules first. Never add details that could identify a client. No em dashes or en dashes. Use a comma, colon or period instead.
                summary: "{{quote}}"
                collapsed: true
            collapsed: false
          - name: ctaHeading
            label: Closing heading
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: book
        label: Book and fees
        file: src/content/pages/book/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: videoButton
                label: Video button
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: phoneButton
                label: Phone button
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: booking
            label: Booking
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: groups
            label: Groups
            widget: object
            fields:
              - name: individual
                label: Individual
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: blurb
                    label: Blurb
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: couples
                label: Couples
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: blurb
                    label: Blurb
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
            collapsed: false
      - name: contact
        label: Contact
        file: src/content/pages/contact/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: intro
                label: Intro
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: responseNote
                label: Response note
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: string
                    hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
            collapsed: false
          - name: finding
            label: Finding
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: intro
                label: Intro
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: closing
            label: Closing
            widget: object
            fields:
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: string
                    hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
      - name: careers
        label: Careers
        file: src/content/pages/careers/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: button
                label: Button
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: direction
            label: Direction
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: languageParagraph
                label: Language paragraph
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: handles
            label: Handles
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: items
                label: Items
                widget: list
                field:
                  name: item
                  label: Items
                  widget: string
                  hint: No em dashes or en dashes. Use a comma, colon or period instead.
                min: 1
            collapsed: false
          - name: lookingFor
            label: Looking for
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: items
                label: Items
                widget: list
                field:
                  name: item
                  label: Items
                  widget: string
                  hint: No em dashes or en dashes. Use a comma, colon or period instead.
                min: 1
            collapsed: false
          - name: opening
            label: Opening
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: area
            label: Area
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: closingButton
            label: Closing button
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: faqs
        label: FAQs
        file: src/content/pages/faqs/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: image
                label: Photo
                widget: image
                choose_url: false
                accept: image/jpeg,image/png,image/webp
                hint: Replacing this photo changes it on this page only.
            collapsed: false
          - name: sections
            label: Sections
            widget: object
            fields:
              - name: gettingStarted
                label: Getting started
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: faqs
                    label: Questions
                    widget: list
                    fields:
                      - name: q
                        label: Question
                        widget: string
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                      - name: a
                        label: Answer
                        widget: text
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                    summary: "{{q}}"
                    collapsed: true
                collapsed: false
              - name: fees
                label: Fees
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: faqs
                    label: Questions
                    widget: list
                    fields:
                      - name: q
                        label: Question
                        widget: string
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                      - name: a
                        label: Answer
                        widget: text
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                    summary: "{{q}}"
                    collapsed: true
                collapsed: false
              - name: online
                label: Online
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: faqs
                    label: Questions
                    widget: list
                    fields:
                      - name: q
                        label: Question
                        widget: string
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                      - name: a
                        label: Answer
                        widget: text
                        hint: No em dashes or en dashes. Use a comma, colon or period instead. Words in braces like {city}, {province} and {languages} fill themselves in; leave them as they are.
                    summary: "{{q}}"
                    collapsed: true
                collapsed: false
              - name: farsi
                label: Farsi
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: faqs
                    label: Questions
                    widget: list
                    fields:
                      - name: q
                        label: Question
                        widget: string
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                      - name: a
                        label: Answer
                        widget: text
                        hint: No em dashes or en dashes. Use a comma, colon or period instead. Words in braces like {city}, {province} and {languages} fill themselves in; leave them as they are.
                    summary: "{{q}}"
                    collapsed: true
                collapsed: false
              - name: couples
                label: Couples
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: faqs
                    label: Questions
                    widget: list
                    fields:
                      - name: q
                        label: Question
                        widget: string
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                      - name: a
                        label: Answer
                        widget: text
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                    summary: "{{q}}"
                    collapsed: true
                collapsed: false
              - name: emdr
                label: Emdr
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: faqs
                    label: Questions
                    widget: list
                    fields:
                      - name: q
                        label: Question
                        widget: string
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                      - name: a
                        label: Answer
                        widget: text
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                    summary: "{{q}}"
                    collapsed: true
                collapsed: false
              - name: sex
                label: Sex
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: faqs
                    label: Questions
                    widget: list
                    fields:
                      - name: q
                        label: Question
                        widget: string
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                      - name: a
                        label: Answer
                        widget: text
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                    summary: "{{q}}"
                    collapsed: true
                collapsed: false
              - name: credentials
                label: Credentials
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: faqs
                    label: Questions
                    widget: list
                    fields:
                      - name: q
                        label: Question
                        widget: string
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                      - name: a
                        label: Answer
                        widget: text
                        hint: No em dashes or en dashes. Use a comma, colon or period instead.
                    summary: "{{q}}"
                    collapsed: true
                collapsed: false
            collapsed: false
          - name: ctaHeading
            label: Closing heading
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: maple_ridge_counselling
        label: Maple Ridge
        file: src/content/pages/maple-ridge-counselling/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: string
                    hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
            collapsed: false
          - name: arrive
            label: Arrive
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: reasons
            label: Reasons
            widget: object
            fields:
              - name: anxiety
                label: Anxiety
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: body
                    label: Text
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: linkLabel
                    label: Link label
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: couples
                label: Couples
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: body
                    label: Text
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: linkLabel
                    label: Link label
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
              - name: trauma
                label: Trauma
                widget: object
                fields:
                  - name: heading
                    label: Heading
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: body
                    label: Text
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: linkLabel
                    label: Link label
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
            collapsed: false
          - name: online
            label: Online
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: points
                label: Points
                widget: object
                fields:
                  - name: noDrive
                    label: No drive
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: sameFees
                    label: Same fees
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: flexible
                    label: Flexible
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
            collapsed: false
          - name: inPerson
            label: In person
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: farsi
            label: Farsi
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: fees
            label: Fees
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: cta
            label: Closing call to action
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
      - name: farsi_counselling
        label: Therapy in Farsi
        file: src/content/pages/farsi-counselling/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: persianLine
                label: Persian line
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: bilingualChip
                label: Bilingual chip
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: persianButton
                label: Persian button
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: string
                    hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
                collapsed: false
            collapsed: false
          - name: why
            label: Why
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: paragraphs
                label: Paragraphs
                widget: list
                field:
                  name: item
                  label: Paragraphs
                  widget: text
                  hint: No em dashes or en dashes. Use a comma, colon or period instead.
                min: 2
                max: 2
                allow_add: false
                allow_remove: false
                allow_reorder: false
            collapsed: false
          - name: offered
            label: Offered
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: cards
                label: Cards
                widget: list
                fields:
                  - name: name
                    label: Name
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: text
                    label: Text
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                summary: "{{name}}"
                collapsed: true
                min: 4
                max: 4
                allow_add: false
                allow_remove: false
                allow_reorder: false
            collapsed: false
          - name: where
            label: Where
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead. Words in braces like {city}, {province} and {languages} fill themselves in; leave them as they are.
            collapsed: false
          - name: who
            label: Who said it
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
            hint: No client names without the client's written consent, and check the BCACC testimonial rules first. Never add details that could identify a client.
          - name: fees
            label: Fees
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: faqs
            label: Questions
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: items
                label: Items
                widget: list
                fields:
                  - name: q
                    label: Question
                    widget: string
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                  - name: a
                    label: Answer
                    widget: text
                    hint: No em dashes or en dashes. Use a comma, colon or period instead.
                summary: "{{q}}"
                collapsed: true
            collapsed: false
          - name: cta
            label: Closing call to action
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
      - name: fa
        label: Persian page (فارسی)
        file: src/content/pages/fa/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. Persian text, shown right to left.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. Persian text, shown right to left.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: Persian text, shown right to left.
              - name: h1
                label: Main heading
                widget: string
                hint: Persian text, shown right to left.
              - name: bilingualChip
                label: Bilingual chip
                widget: string
                hint: Persian text, shown right to left.
              - name: englishButton
                label: English button
                widget: string
                hint: Persian text, shown right to left.
              - name: image
                label: Photo
                widget: object
                fields:
                  - name: image
                    label: Photo
                    widget: image
                    choose_url: false
                    accept: image/jpeg,image/png,image/webp
                    hint: Replacing this photo changes it on this page only.
                  - name: alt
                    label: Photo description
                    widget: string
                    hint: Describe the photo for people who cannot see it. Persian text, shown right to left.
                collapsed: false
            collapsed: false
          - name: why
            label: Why
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: Persian text, shown right to left.
              - name: paragraphs
                label: Paragraphs
                widget: list
                field:
                  name: item
                  label: Paragraphs
                  widget: text
                  hint: Persian text, shown right to left.
                min: 2
                max: 2
                allow_add: false
                allow_remove: false
                allow_reorder: false
            collapsed: false
          - name: offered
            label: Offered
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: Persian text, shown right to left.
              - name: cards
                label: Cards
                widget: list
                fields:
                  - name: name
                    label: Name
                    widget: string
                    hint: Persian text, shown right to left.
                  - name: text
                    label: Text
                    widget: text
                    hint: Persian text, shown right to left.
                summary: "{{name}}"
                collapsed: true
                min: 4
                max: 4
                allow_add: false
                allow_remove: false
                allow_reorder: false
              - name: note
                label: Note
                widget: string
                hint: Persian text, shown right to left.
            collapsed: false
          - name: where
            label: Where
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: Persian text, shown right to left.
              - name: body
                label: Text
                widget: text
                hint: Persian text, shown right to left.
            collapsed: false
          - name: who
            label: Who said it
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: Persian text, shown right to left.
            collapsed: false
            hint: No client names without the client's written consent, and check the BCACC testimonial rules first. Never add details that could identify a client.
          - name: fees
            label: Fees
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: Persian text, shown right to left.
            collapsed: false
          - name: faqs
            label: Questions
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: Persian text, shown right to left.
              - name: items
                label: Items
                widget: list
                fields:
                  - name: q
                    label: Question
                    widget: string
                    hint: Persian text, shown right to left.
                  - name: a
                    label: Answer
                    widget: text
                    hint: Persian text, shown right to left.
                summary: "{{q}}"
                collapsed: true
            collapsed: false
          - name: crisis
            label: Crisis
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: Persian text, shown right to left.
            collapsed: false
          - name: cta
            label: Closing call to action
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: Persian text, shown right to left.
              - name: body
                label: Text
                widget: text
                hint: Persian text, shown right to left.
            collapsed: false
      - name: team_index
        label: Our team
        file: src/content/pages/team-index/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: hero
            label: Top of page
            widget: object
            fields:
              - name: eyebrow
                label: Small heading above
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: h1
                label: Main heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: lede
                label: Introduction
                widget: text
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: joining
            label: Joining
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
          - name: cta
            label: Closing call to action
            widget: object
            fields:
              - name: heading
                label: Heading
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
              - name: body
                label: Text
                widget: string
                hint: No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: false
      - name: blog_index
        label: Blog page
        file: src/content/pages/blog-index/index.yml
        media_folder: ""
        public_folder: ""
        fields:
          - name: search
            label: Search appearance
            widget: object
            fields:
              - name: title
                label: Browser tab and search title
                widget: string
                hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
              - name: description
                label: Search description
                widget: text
                hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
            collapsed: true
          - name: eyebrow
            label: Small heading above
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
          - name: h1
            label: Main heading
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
          - name: readMore
            label: Read more
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
          - name: ctaHeading
            label: Closing heading
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
  - name: services
    label: Service pages
    icon: healing
    folder: src/content/services
    path: "{{slug}}/index"
    format: yml
    extension: yml
    create: false
    delete: false
    media_folder: ""
    public_folder: ""
    summary: "{{h1}}"
    fields:
      - name: search
        label: Search appearance
        widget: object
        fields:
          - name: title
            label: Browser tab and search title
            widget: string
            hint: Shown in the browser tab and as the headline in Google results. Aim for 60 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
          - name: description
            label: Search description
            widget: text
            hint: Shown under the headline in Google results. Aim for 160 characters or fewer. No em dashes or en dashes. Use a comma, colon or period instead.
        collapsed: true
      - name: h1
        label: Main heading
        widget: string
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: subtitle
        label: Subtitle
        widget: text
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
        required: false
      - name: hero
        label: Top of page
        widget: object
        fields:
          - name: image
            label: Photo
            widget: image
            choose_url: false
            accept: image/jpeg,image/png,image/webp
            hint: Replacing this photo changes it on this page only.
          - name: alt
            label: Photo description
            widget: string
            hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
        collapsed: false
      - name: struggleHeading
        label: Struggle heading
        widget: text
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: struggles
        label: Struggles
        widget: list
        field:
          name: item
          label: Struggles
          widget: text
          hint: No em dashes or en dashes. Use a comma, colon or period instead.
        min: 1
      - name: struggleImage
        label: Struggle image
        widget: object
        fields:
          - name: image
            label: Photo
            widget: image
            choose_url: false
            accept: image/jpeg,image/png,image/webp
            hint: Replacing this photo changes it on this page only.
          - name: alt
            label: Photo description
            widget: string
            hint: Describe the photo for people who cannot see it. No em dashes or en dashes. Use a comma, colon or period instead.
        collapsed: false
        required: false
      - name: readyHeading
        label: Ready heading
        widget: string
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: readyIntro
        label: Ready intro
        widget: text
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
        required: false
      - name: readyPoints
        label: Ready points
        widget: list
        field:
          name: item
          label: Ready points
          widget: text
          hint: No em dashes or en dashes. Use a comma, colon or period instead.
        min: 1
      - name: stepsHeading
        label: Steps heading
        widget: string
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: steps
        label: Steps
        widget: list
        fields:
          - name: title
            label: Browser tab and search title
            widget: string
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
          - name: text
            label: Text
            widget: text
            hint: No em dashes or en dashes. Use a comma, colon or period instead.
        summary: "{{title}}"
        collapsed: true
        min: 1
      - name: faqHeading
        label: Faq heading
        widget: string
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: faqs
        label: Questions
        widget: list
        fields:
          - name: q
            label: Question
            widget: string
            hint: Some questions appear on both a service page and the FAQs page. Change both so they match. No em dashes or en dashes. Use a comma, colon or period instead.
          - name: a
            label: Answer
            widget: text
            hint: Some questions appear on both a service page and the FAQs page. Change both so they match. No em dashes or en dashes. Use a comma, colon or period instead.
        summary: "{{q}}"
        collapsed: true
      - name: closingHeading
        label: Closing heading
        widget: text
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
  - name: team
    label: Team
    icon: group
    folder: src/content/team
    path: "{{slug}}/index"
    format: yml
    extension: yml
    create: false
    delete: false
    summary: "{{bio}}"
    fields:
      - name: bio
        label: Bio
        widget: text
        hint: Shown on the team pages and in the practice's structured data for search engines. No em dashes or en dashes. Use a comma, colon or period instead.
      - name: focus
        label: Areas of focus
        widget: list
        min: 1
        field:
          name: item
          label: Area
          widget: string
          hint: No em dashes or en dashes. Use a comma, colon or period instead.
  - name: legal
    label: Privacy and terms
    icon: gavel
    folder: src/content/legal
    format: yaml-frontmatter
    extension: md
    create: false
    delete: false
    summary: "{{h1}}"
    fields:
      - name: title
        label: Browser tab and search title
        widget: string
      - name: h1
        label: Main heading
        widget: string
      - name: description
        label: Search description
        widget: text
      - name: dateLine
        label: Date line under the heading
        widget: string
        hint: Update the review date whenever the policy changes.
      - name: body
        label: Text
        widget: markdown
        modes:
          - rich_text
        buttons:
          - bold
          - italic
          - link
          - heading-two
          - heading-three
          - bulleted-list
          - numbered-list
          - quote
        editor_components: []
        hint: Legal text. Changes here should be checked by the practice before saving.
  - name: blog
    label: Blog posts
    icon: article
    folder: src/content/blog
    format: yaml-frontmatter
    extension: md
    create: true
    delete: false
    summary: "{{title}}"
    sortable_fields:
      - date
      - title
    fields:
      - name: title
        label: Title
        widget: string
        hint: No em dashes or en dashes. Use a comma, colon or period instead.
      - name: description
        label: Summary
        widget: text
        hint: Shown on the blog page and in Google results. No em dashes or en dashes. Use a comma, colon or period instead.
      - name: date
        label: Date
        widget: datetime
        type: date
      - name: draft
        label: Hidden from the site
        widget: boolean
        default: false
        required: false
        hint: Hides the post everywhere on the site. Hiding an older post can lose the search traffic it earns.
      - name: body
        label: Text
        widget: markdown
        modes:
          - rich_text
        buttons:
          - bold
          - italic
          - link
          - heading-two
          - heading-three
          - bulleted-list
          - numbered-list
          - quote
        editor_components: []
        hint: Published under Mahsa's name and RCC registration. Never include anything that could identify a client. No em dashes or en dashes. Use a comma, colon or period instead.
