Hi,
Is it possible to translate just certain fields inside a structure field? Here I add translate: false
on the style field since I want the button to have the same style on both languages.
But I guess this is not supported?
buttons:
label: Buttons
max: 2
type: structure
fields:
text:
label: Text
type: text
width: 2/3
style:
default: primary
label: Style
options:
primary: Primary
secondary: Secondary
required: true
translate: false
type: select
width: 1/3