Merge with latest.

This commit is contained in:
2025-05-11 17:29:57 -06:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@axe-web/block-dev-tool",
"version": "1.0.33",
"version": "1.0.36",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@axe-web/block-dev-tool",
"version": "1.0.33",
"version": "1.0.36",
"license": "ISC",
"dependencies": {
"@axe-web/create-block": "^1.1.30",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@axe-web/block-dev-tool",
"version": "1.0.33",
"version": "1.0.36",
"author": {
"name": "AXE-WEB",
"email": "office@axe-web.com",
@@ -33,7 +33,7 @@ class <%= blockClassModel %>_Component extends \Core\Component {
$output = ( include( __DIR__ . '/templates/<%= blockFilename %>.template.php' ) )( $args, self::class );
return apply_filters( 'axeweb_blocks/<%= ownerFilename %>/<%= blockFilename %>::content', $output );
return apply_filters( 'axeweb_blocks/<%= ownerFilename %>/<%= blockFilename %>::content', $output, $args );
}
function register_custom_logic(): void {