I’m having a problem with sorting/structuring a blueprint.
Why does this work:
columns:
- width: 2/3
fields:
text:
type: blocks
label: Content
short:
type: textarea
label: Kurzfassung für Übersicht
And this not:
columns:
- width: 2/3
fields:
short:
type: textarea
label: Kurzfassung für Übersicht
text:
type: blocks
label: Content
I’m a bit confused about the correct order of things and would appreciate a bit of help