Display builders blocks in grid
Is it possible to display the builder block in columns? Repeater seems to have a
grid
method for that.12 Replies
Yes, you can use grid within the builder below too and repeat multiple builder blocks
Do you know how you'd go about this? I can't see anything in neither the docs nor the source?
Use the Grid Field, then in its schema include the fields
Wow thanks for the speedy reply, however I don't think I'm understanding you correctly - I think I'm missing something really obvious and would appreciate a pointer π
Put the grid in the block schema if you are wanting to grid those fields?
Ah, yeah I see - I want to grid like this - (Repeater docs)
Yep! So put it in the schema off the block
You can use columns() on grid too
Oh I see!
This is just splitting the block though?
Builder doesn't support grid() like repeater. Sorry.
Ah I see, thanks for the heads up π
Are there any plans for this to change?
I do not know.