Skip to content

i18n: duplicate does not work with list widget #7514

@tpluscode

Description

@tpluscode

Describe the bug

To Reproduce

  1. Create config as below
  2. Open admin panel
  3. See error

Error

Error loading the CMS configuration
Config Errors:
'collections[0].fields[0].i18n' must be boolean
'collections[0].fields[0]' should match case "color" schema
Check your config.yml file.

Applicable Versions:

  • Decap CMS version: 3.6.4

CMS configuration

collections:
  - name: Showcases
    label: "Showcases"
    folder: "showcases"
    i18n: true
    extension: md
    widget: "list"
    create: true
    fields:
      - name: Tags
        label: Tags
        widget: list
        i18n: duplicate

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugcode to address defects in shipped code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions