In the previous session, we built a simple WordPress block using plain JavaScript. However, the block was static, in that a user couldn’t edit the content in any way.

This week we will add support for attributes, as well as implement the pre-existing RichText component. These will enable a user to edit the content of the block.Presentation Slides »