i18n: support "duplicate" setting on list fields
Open
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
Assessment
This issue has not been assessed yet.