# This is a representation of /cms/config.yml
backend:
  branch: main
  name: git-gateway
collections:
- create: true
  description: TND Modules!
  fields:
  - label: Title
    name: title
    widget: string
  - label: Body
    name: body
    required: false
    widget: markdown
  - label: Shorthand
    name: shorthand
    widget: string
  - label: Repo
    name: repo
    widget: string
  - label: Partials
    name: partials
    widget: list
  filter:
    field: exclude_collection
  folder: content/modules
  label: Modules
  label_singular: Module
  name: modules
  preview_path: module/{{slug}}
  sortableFields:
  - title
- create: true
  description: TND Test!
  fields:
  - label: Title
    name: title
    widget: string
  - label: Body
    name: body
    required: false
    widget: markdown
  - fields:
    - label: Title
      name: title
      widget: string
    - label: Suptitle
      name: suptitle
      required: false
      widget: string
    - label: Pictogram
      name: pictogram
      required: false
      widget: image
    label: Columns
    name: columns
    test:
      value: bonjour
    widget: object
  - fields:
    - label: Title
      name: title
      widget: string
    - label: Suptitle
      name: suptitle
      required: false
      widget: string
    - label: Pictogram
      name: pictogram
      required: false
      widget: image
    greeting:
    - bonjour
    label: Other Columns
    name: other_columns
    widget: object
  filter:
    field: exclude_collection
  folder: content/modules
  label: Test
  label_singular: Test
  name: test
  preview_path: module/{{slug}}
  sortableFields:
  - title
local_backend: true
media_folder: static/uploads
public_folder: /uploads
show_preview_links: true
slug:
  clean_accents: true
  encoding: ascii
  sanitize_replacement: '-'
use_graphql: true