@ryanwelcher/dynamic-block-template
Advanced tools
@@ -8,3 +8,3 @@ /** | ||
| .wp-block-{{namespace}}-{{slug}} { | ||
| border: 1px dotted #f00; | ||
| border: 5px dashed #000; | ||
| } |
| <p <?php echo esc_attr( get_block_wrapper_attributes() ); ?>> | ||
| <?php __( 'Dynamic Block Examples', '{{textdomain}}' ); ?> | ||
| <?php esc_html_e( 'Dynamic Block Examples', '{{textdomain}}' ); ?> | ||
| </p> |
+1
-1
| { | ||
| "name": "@ryanwelcher/dynamic-block-template", | ||
| "version": "1.1.0", | ||
| "version": "1.2.0", | ||
| "description": "A template for use with @wordpress/create-block to support dynamic blocks", | ||
@@ -5,0 +5,0 @@ "license": "GPL-2.0-or-later", |
@@ -38,4 +38,4 @@ <?php | ||
| ob_start(); | ||
| require plugin_dir_path( __FILE__ ) . 'src/template.php'; | ||
| require plugin_dir_path( __FILE__ ) . 'build/template.php'; | ||
| return ob_get_clean(); | ||
| } |
6922
0.14%