Hello.
I’m trying to translate the “default” value in blueprints.yaml for a text field, but the character string used to translate in languages.yaml
is displayed instead of the translated text.
Example:
custom_text:
type: text
default: CUSTOM_LINK_TEXT.DEFAULT
label: CUSTOM_LINK_TEXT.LABEL
The default
field shows: CUSTOM_LINK_TEXT.DEFAULT instead the translated text.
Does anyone know how to fix this problem, if it is some kind of bug in the Admin plugin or if this type of string cannot be used in the default value of a text field.