Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexSizeError: Failed to execute 'setStart' on 'Range': There is no child at offset 38. #5778

Closed
AdrianaFadel opened this issue Sep 3, 2021 · 3 comments

Comments

@AdrianaFadel
Copy link

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

  • Netlify CMS version: netlify-cms@2.10.160
  • Git provider: github
  • Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36

CMS configuration

backend:
  name: github
  repo: juanml14/presupuestoparticipativo
  branch: main
  squash_merges: true
media_folder: /static/assets/
public_folder: /assets/
media_folder_relative: true
locale: es
slug:
  encoding: ascii
  v: true
  clean_accents: false
  sanitize_replacement: "-"
site_url: https://pp-sfvc.netlify.app
logo_url: https://pp-sfvc.netlify.app/assets/iso-logo-pei.svg
collections:
  - name: pages
    label: Páginas
    preview_path: /{{slug}}
    editor:
      preview: false
    files:
      - file: content/_index.md
        label: Inicio
        name: home
        fields:
          - name: title
            label: Título
            widget: string
            hint: meta-etiqueta que se usa en buscadores y al compartir la página
          - name: description
            label: Descripción
            widget: text
            hint: meta-etiqueta que se usa en buscadores y al compartir la página
          - name: headline
            label: Encabezado
            widget: string
            hint: Título que se muestra en la página
          - name: claim
            label: subtitulo
            widget: text
            required: false
          - name: image
            label: Imagen Principal
            widget: object
            required: false
            fields:
              - name: src
                label: Imagen
                widget: image
                required: false
              - name: alt
                label: Texto alternativo
                widget: string
                required: false
              - name: title
                label: Title
                widget: string
                required: false
          - name: presentation
            label: Bajada
            widget: markdown
            required: false
          - name: top_banner
            label: Banner superior
            widget: object
            required: false
            fields:
              - name: img
                label: Imagen
                widget: image
                required: false
              - name: headline
                label: Título
                widget: string
                required: false
              - name: text
                label: Texto destacado
                widget: string
                required: false
              - name: small_text
                label: Texto menor
                widget: string
                required: false
              - name: link
                label: Link
                widget: string
                required: false
              - name: pre_text
                label: texto anterior al banner
                widget: markdown
                required: false
              - name: size
                label: texto anterior al banner
                widget: number
                default: 10
                value_type: int
                min: 6
                max: 12
                step: 1
              - name: color
                label: texto anterior al banner
                widget: select
                options:
                  - mandarina
                  - escarapela
                  - azul-capital
                required: false
          - name: video
            label: Código de video
            widget: text
            required: false
          - name: bottom_banner
            label: Banner inferior
            widget: object
            required: false
            fields:
              - name: img
                label: Imagen
                widget: image
                required: false
              - name: headline
                label: Título
                widget: string
              
...
@davidenke
Copy link

Have a look at this comment in #4961.

@stale
Copy link

stale bot commented Apr 26, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status: stale label Apr 26, 2023
@martinjagodic
Copy link
Member

Closing as stale.

@martinjagodic martinjagodic closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants