html-to-gutenberg-template
v1.2.0
Published
This is a template for @wordpress/create-block that allows creating blocks powered by HTML To Gutenberg.
Maintainers
Readme
Create Block HTML To Gutenberg template
This is a template for @wordpress/create-block that allows creating blocks powered by HTML To Gutenberg.
Usage
This block template can be used by running the following command:
npx @wordpress/create-block --template html-to-gutenberg-templateAfter generating your block with this tool, cd into the newly created plugin folder and run:
npm run start # To build the block in watch mode
npm run build # To build the block for productionAfter activating the generated extension, you can now use your block inside the editor.
