Is there a way to cascade layouts?
I tried something like this:
//blueprint/pages/default.yml
content:
type: layout
fieldsets:
- grid
And i also made a block:
//blueprint/blocks/grid.yml
fields:
grid:
type: layout
layouts:
- "1/1"
- "1/2, 1/2"
- "1/3, 1/3, 1/3"
Works well but i can’t get preview:
Any Ideas or any other workarounds?
The benefit of that is: You could put a wrapper around the layout. Make sense on One-Pagers, where you have multiple sections and inside a layout with multiple rows.