-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as duplicate of#7332
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Describe the bug
To Reproduce
- Create config as below
- Open admin panel
- 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: duplicateAdditional context
Metadata
Metadata
Assignees
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code