-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Hy,
Tested with ocotber cms V 4.0.10;
When you have an entry with a field that is of type "entries" and having the attribute "maxItems: 1" the translation of this field does not work when you have a multisite multilingual configuration. But when you remove the attribute "maxItems: 1" it works fine.
exp:
`handle: Cars\Models
type: entry
name: Modéles
useDrafts: false
multisite: all
primaryNavigation:
label: Voitures
icon: icon-car
order: 100
navigation:
mode: primary
icon: icon-car
order: 101
fields:
category:
label: Catégorie
span: auto
type: entries
maxItems: 1
source: Cars\Categories
validation: "required"
displayMode: recordfinder
tab: Caractéristiques
year_of_production:
label: Année de production
span: auto
type: number
tab: Caractéristiques
state:
label: État
span: auto
type: dropdown
placeholder: " --- "
validation: "required"
options:
new: Neuf
used: Occasion
tab: Caractéristiques
`
in this exmple the category field the category field is not translated.
Thanks