Hi all, new to Kirby.
I’m confused as to how translation is supposed to work in block fields. Since other fields (text fields for example) take over their value from the default language I was kind of expecting that to be the case for blocks as well. Not so in my setup. Blocks added in the default language do not replicate into other languages.
Is this intended? Is this configurable?
Here’s my blueprint excerpt:
tabs:
main:
label: Content
columns:
main:
width: 2/3
sections:
content:
type: fields
fields:
blocks:
type: blocks
label: Page Content
translate: true
fieldsets:
- hero
- content
I was really hoping for this to be more convenient when setting up complex pages with blocks.
Thanks for any input!