decaporg / decaporg/decap-cms

i18n: support "duplicate" setting on list fields

Open
#4,386 9 comments 4 reactions 0 assignees View on GitHub
area: extensions/widgets area: i18n pinned type: feature
Dominant language
JavaScript
Stars
19.4k
Forks
3.1k
Avg merge
1d 14h
Merged PRs (30d)
9

Description

Currently, list fields only support `i18n: true` and `i18n: false`. For many cases (like a picture carousel) the content needs to be the same among all locales, where `i18n: duplicate` would make sense.

Possible workarounds are using a relation widget and storing the content in a separate collection or setting `i18n: false` and fetching it from the default locale manually. This is less intuitive for either the editors or the developer.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.