twitch icon indicating copy to clipboard operation
twitch copied to clipboard

Extending core blocks

Open ryanwelcher opened this issue 4 years ago • 3 comments

Examples of how to extend/modify existing core blocks.

ryanwelcher avatar Sep 29 '21 17:09 ryanwelcher

It would be great to also demonstrate how to extend core blocks without breaking existing instances of the block.

I've always been reluctant to extend core blocks for this reason so would like to know any tips for not affecting the block output that would result in the dreaded block markup validation error!

dgwyer avatar Oct 05 '21 14:10 dgwyer

Something that I was looking into doing recently - using the existing columns block, but instead of of using their supplied classes/CSS, we wanted to use our site's existing grid system.

AdamWills avatar Oct 14 '21 17:10 AdamWills

Setting the defaults for a core/table block

ryanwelcher avatar Jul 13 '23 16:07 ryanwelcher