How do I apply different block supports to different parts of my custom block?
I solved this issue when I realized that all style attributes are held in the $attributes array passed to the render.php file. It is a lot of raw work, but specific styles from block supports can be extracted from this object. For certain supports, I have to check multiple possible locations in the block supports, … Read more