decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.95k stars 3.05k forks source link

Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130... #5702

Closed toolpip closed 3 years ago

toolpip commented 3 years ago

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

CMS configuration


backend:
  name: git-gateway
  branch: main
  commit_messages:
    create: Create {{collection}} “{{slug}}”
    update: Update {{collection}} “{{slug}}”
    delete: Delete {{collection}} “{{slug}}”
    uploadMedia: "[skip ci] Upload “{{path}}”"
    deleteMedia: "[skip ci] Delete “{{path}}”"
load_config_file: false
local_backend: true
publish_mode: editorial_workflow
media_folder: static/img
public_folder: /img
collections:
  - name: site-data
    label: Site Information
    editor:
      preview: false
    files:
      - name: site
        label: Site Information
        file: src/pages/site-data.md
        fields:
          - label: Template Key
            name: templateKey
            widget: hidden
            default: site-data
          - label: Site Name
            name: title
            widget: string
          - label: Logo small
            name: logoSmall
            widget: image
          - label: Logo Large
            name: logoLarge
            widget: image
          - label: Favicon 16x16
            name: faviconSmall
            widget: image
          - label: Favicon 32x32
            name: faviconLarge
            widget: image
          - label: Disqus Shortname
            name: disqus
            widget: string
            required: false
          - label: Facebook
            name: facebook
            widget: string
            required: false
          - label: Youtube
            name: youtube
            widget: string
            required: false
          - label: Twitter
            name: twitter
            widget: string
            required: false
          - label: Number
            name: number
            widget: string
            required: false
          - label: DMCA Enable
            name: dmca
            widget: boolean
          - label: DMCA Link
            name: dmcaLink
            widget: string
          - label: Include Category in Link
            name: linkType
            widget: boolean
            required: false
          - label: Cookies Consent
            name: cookies
            widget: object
            fields:
              - label: Enable Cookies Consent
                name: enabled
                widget: boolean
              - label: Cookies Consent Message
                name: message
                widget: string
                required: true
          - label: Site Color Schemes
            name: colors
            widget: object
            fields:
              - label: Site Background
                name: background
                widget: string
              - label: Text Blocks Background
                name: blockBackground
                widget: string
              - label: Table Header Background
                name: headerBackground
                widget: string
              - label: Text Color
                name: textColor
                widget: string
              - label: Button Background
                name: btnBackground
                widget: string
              - label: Button Hover Background
                name: btnHoverBackground
                widget: string
              - label: Button Text Color
                name: btnColor
                widget: string
              - label: Navbar Shadow Color
                name: navbarShadow
                widget: string
              - label: Header Text Color
                name: headerTextColor
                widget: string
          - label: Ads
            name: ads
            widget: object
            fields:
              - label: Enable Ads
                name: enableAds

...
erezrokah commented 3 years ago

Closing per missing information, please add the missing info per our issue template if still relevant. See https://github.com/netlify/netlify-cms/issues/new/choose