
WordPress Plugin Development Cookbook
By :

After creating a simple static HTML custom block in the Setting up a block development environment and creating a simple block recipe, this recipe shows you how to create a custom block to display blockquotes where users will be able to provide their own content.
You should have already followed the Setting up a block development environment and creating a simple block recipe to have a working Node.js installation and be able to copy previously created files to your new plugin directory. Alternatively, you can perform steps 1 to 8 of the Setting up a block development environment and creating a simple block recipe when asked to copy files to the new folder you'll be creating.
Follow these steps to create a blockquote block with user-editable content:
plugins
directory of your development installation.ch6-blockquote-block
.