@ryanwelcher/dynamic-block-template
Advanced tools
+1
-1
| { | ||
| "name": "@ryanwelcher/dynamic-block-template", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "A template for use with @wordpress/create-block to support dynamic blocks", | ||
@@ -5,0 +5,0 @@ "license": "GPL-2.0-or-later", |
+1
-1
| # Dynamic Block Template | ||
| This template will scaffold a plugin that is set up for registering multiple blocks in a single plugin create using the [`@wordpress/create-block`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/) tool. | ||
| This template will scaffold a plugin that is set up for registering dynamic block using the [`@wordpress/create-block`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/) tool. | ||
@@ -5,0 +5,0 @@ It also provides integration with the `@wordpress/env` package for a local development solution. |
6935
1.39%