Blocks
Resources
Section blocks
This is an example on what structure should be used in Gutenberg Blocks.
Last updated
Was this helpful?

This is an example on what structure should be used in Gutenberg Blocks.
Last updated
Was this helpful?
Was this helpful?
<section class="block block-example">
<div class="container">
<!-- Content -->
</div>
</section>