Hope this makes sense.
I understand using $layouts and blocks. As well as assigning fieldsets and settings to $layouts– I also understand using the column()->span() method.
However, I’m curious if there is a way to add settings feature to specific columns once a layout has been selected.
For example lets say we have the following:
fields:
layout:
type: layout
layouts:
- "1/1"
- "1/2, 1/2"
fieldsets:
- heading
- text
- image
- video
- gallery
Is there a way to add settings to each 1/2 column versus just the $layouts? such as a class name?