Skip to content

Commit

Permalink
enhance(block): Pass additional arguments to register_block_type (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
broskees committed Apr 3, 2024
1 parent 9a7c17f commit dd4baa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/BlockModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function handle()
'content' => $value->get('strip', true) && $this->isEmpty($content) ? false : $content
]);
},
]);
] + $value->except(['attributes', 'render_callback'])->all());
});
}

Expand Down

0 comments on commit dd4baa1

Please sign in to comment.