Custom gutenberg block not rendering with styles on frontend
From what I can tell, registering it with ‘customClassName’ => false in the supports array in register_block_type prevents the actual style class from being saved to the raw text of the page. I had assumed it would dynamically insert it during the_content when it parses the blocks. In fact there’s no point in me registering … Read more