I have the schema defined in the locale where it works for text field, but not in ‘select’ label
Code:
{
"type":"select",
"id":"mode",
"label":"t:checkout_schema.settings.theme.label",
"options":[
{
"value":"light",
"label":"t:checkout_schema.settings.theme.options.light.label"
},
{
"value":"dark",
"label":"t:checkout_schema.settings.theme.options.dark.label"
}
],
"default":"light"
}
Error: missing translation
Appreciate your help!
Update: If I “add” the block, “Save” and “Exit”, revisit the same, I don’t see the error message. Looks like a bug to me.
