@ryanwelcher/dynamic-block-template
Advanced tools
| # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created | ||
| # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages | ||
| name: Dynamic Block Template Package | ||
| name: Publish to NPM | ||
@@ -6,0 +6,0 @@ on: |
@@ -21,3 +21,3 @@ /** | ||
| import json from './block.json'; | ||
| import edit from './edit'; | ||
| import Edit from './edit'; | ||
@@ -35,3 +35,3 @@ const {name } = json; | ||
| */ | ||
| edit, | ||
| edit: Edit, | ||
@@ -38,0 +38,0 @@ /** |
@@ -1,3 +0,3 @@ | ||
| <p <?php echo esc_attr( get_block_wrapper_attributes() ); ?>> | ||
| <p <?php echo get_block_wrapper_attributes(); ?>> | ||
| <?php esc_html_e( 'Dynamic Block Examples', '{{textdomain}}' ); ?> | ||
| </p> |
+1
-1
| { | ||
| "name": "@ryanwelcher/dynamic-block-template", | ||
| "version": "1.2.2", | ||
| "version": "1.2.3", | ||
| "description": "A template for use with @wordpress/create-block to support dynamic blocks", | ||
@@ -5,0 +5,0 @@ "license": "GPL-2.0-or-later", |
6841
-0.32%