Skip to content

Error: Cannot find a descendant at path [2,1,1] in node: {"children":[{"type":"paragraph","childr... #7609

@shushugah

Description

@shushugah

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.8.3
  • Git provider: git-gateway
  • Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0

CMS configuration

local_backend: true
backend:
  name: git-gateway
  branch: develop
  accept_roles:
    - admin
    - editor
media_folder: assets/img
collections:
  - name: event
    label: Event
    folder: _events
    create: true
    fields:
      - label: Title
        name: title
        widget: string
      - label: Date
        name: date
        widget: datetime
        format: YYYY-MM-DD HH:mm
      - label: Locations
        name: locations
        widget: select
        multiple: true
        default:
          - Berlin
        min: 1
        options:
          - Berlin
          - Global
          - Online
      - label: hide signup form
        name: hide_form
        widget: boolean
        default: false
      - label: Canonical url
        name: canonical_url
        widget: string
        required: false
      - label: Tags
        name: tags
        widget: list
      - label: Body
        name: body
        widget: markdown
      - label: Optional image for SEO
        name: image
        widget: image
        required: false
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - date
      - commit_author
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
public_folder: /assets/img
isFetching: false
error: null

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions