Category: Gutenberg

  • Keeping up with block supports

    One of the trickier things I’ve found in my experiments is finding out what is supported or not in various blocks. I tried to solve that a little for myself by creating a very rough table going through the block.json file of each block. Block.json is an amazing file, it’s the recipe for the block,…

  • Fun with group block borders

    There are all sorts of useful tools appearing across blocks, and just one of those is the variety of borders you can do on several blocks, group blocks and pull quotes, for example. I wanted to take a little exploration today into what you can create using those. Adding borders to your theme.json If you…

  • The start of a block building journey

    Over the holiday break, I set myself a challenge of building an editor block. While I have worked within blocks and the editor, I have yet to make a block. The time had come to change that. Now, I want to be clear before I write this post that my JavaScript skills are still light…