- Issue created by @FeyP
In the config schema of the reference_value_formatter
the invalid_reference_label
is specificed as being a string
, thus the value is not translatable using config translation, although it most likely differs per language.
No good steps to reproduce. Either use Configuration Inspector → to check the type or use 🐛 Entity view/form mode formatter/widget settings have no translation UI Needs review to get a translation UI for entity view displays and verify there that you can't translate the label.
Change the type of the setting from string
to label
, which specifies a translatable string.
Review, commit.
None without core patches. When using the core patch mentioned above, the label will now be translatable in the config translation UI.
None.
Config schema type updated for one field formatter setting.
Active
4.0
Code