Issue Overview
The block name is not passed as a parameter to the render_callback callback function. This means it's not possible to use a generic callback which performs routing to render dynamic blocks (for example, a generic handler which routes block rendering to theme template parts).
Expected Behavior
The block name is passed as a parameter to the render_callback callback function.
Current Behavior
Just the block attributes and content are passed.
Issue Overview
The block name is not passed as a parameter to the
render_callbackcallback function. This means it's not possible to use a generic callback which performs routing to render dynamic blocks (for example, a generic handler which routes block rendering to theme template parts).Expected Behavior
The block name is passed as a parameter to the
render_callbackcallback function.Current Behavior
Just the block attributes and content are passed.