I want to make some page layouts with the Gutenberg page builder so I can reuse them as sort of page templates.
An example:
- banner image on top of the page
- main title under the banner
- 3 rows with each 2-columns with image on the left and text on the right
Example of output code:
It is possible to add a class to the article-element, depending on which reusable block is used? So I can generally style the blocks and reuse them on different pages.
I Hope my question is clear because I kinda struggled writing it down ;)