devfle

Results 4 comments of devfle

Hi @anver did you found an solution? I have the same problem with server side registered blocks. Core-Blocks work perfect.

Hey @rezaelahidev @getdave, to load custom blocks, you have to set a screen and the is_block_editor property to true. Then all 3rd Party Blocks register correctly. https://developer.wordpress.org/reference/classes/wp_screen/is_block_editor/ Github: https://github.com/WordPress/wordpress-develop/blob/6.0.2/src/wp-admin/includes/class-wp-screen.php#L196

@rilwis i will look tomorrow.

Created a PR that should fix this issue.