Skip to content

Error: Cannot find a descendant at path [12,2,0,4] in node: {"children":[{"type":"heading-one","c... #7531

@grrrau

Description

@grrrau

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Decap CMS version: decap-cms@3.7.1
  • Git provider: git-gateway
  • Browser version: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36

CMS configuration

backend:
  name: git-gateway
  branch: main
local_backend: true
publish_mode: editorial_workflow
editor:
  preview: false
media_folder: src/assets/uploads
public_folder: /assets/uploads
i18n:
  &a1
  structure: multiple_folders
  locales:
    - en
    - de
  default_locale: en
collections:
  - name: home
    label: Home
    folder: src/content/pages
    create: false
    i18n: *a1
    filter:
      field: layout
      value: home
    fields:
      - name: layout
        widget: hidden
        default: home
        i18n: none
      - name: title
        label: Title
        widget: string
        i18n: translate
        hint: "Page title for meta: Keep short and useful."
      - name: description
        label: Description
        widget: text
        i18n: translate
        hint: "Description for meta tags: feeds to search engine and social media
          previews."
      - label: Hero
        name: hero
        widget: object
        i18n: translate
        fields:
          - name: title
            label: Title
            widget: string
            i18n: translate
      - label: Intro
        name: intro
        widget: object
        i18n: translate
        fields:
          - name: title
            label: Title
            widget: string
            i18n: translate
          - name: text
            label: Text
            widget: markdown
            i18n: translate
      - label: "Monster: Green"
        name: monsterGreen
        widget: object
        i18n: translate
        collapsed: true
        fields:
          - name: area
            label: Area
            widget: string
            i18n: translate
          - name: area_desc
            label: Area description
            widget: string
            i18n: translate
          - name: hello
            label: Hello
            widget: string
            i18n: translate
          - name: name
            label: Name
            widget: string
            i18n: translate
          - name: description
            label: Description
            widget: markdown
            i18n: translate
          - name: instagram
            label: Instagram
            widget: string
            i18n: translate
            hint: only the handle
      - label: "Monster: Blue"
        name: monsterBlue
        widget: object
        i18n: translate
        collapsed: true
        fields:
          - name: area
            label: Area
            widget: string
            i18n: translate
          - name: area_desc
            label: Area description
            widget: string
            i18n: translate
          - name: hello
            label: Hello
            widget: string
            i18n: translate
          - name: name
            label: Name
            widget: string
            i18n: translate
          - name: description
            label: Description
            widget: markdown
            i18n: translate
          - name: instagram
            label: Instagram
            widget: string
            i18n: translate
            hint: only the handle
      - label: "Monster: Red"
        name: monsterRed
        widget: object
        i18n: translate
        collapsed: true
        fields:
          - name: area
            label: Area
            widget: string
            i18n: translate
          - name: area_desc
            label: Area description
            widget: string
            i18n: translate
          - name: hello
            label: Hello
            widget: string
            i18n: translate
          - name: name
            label: Name
            widget: string
            i18n: translate
          - n
...

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