Hello,
I'd like to force to use the block in a registered post type. I can use template argument in register_post_type, but it seems that is not working.
I'm not sure what you meant. If a post has block editor enabled, then all the registered blocks are available. Or did you mean to set the default content for a post of a specific post type? I found a post on this topic, but not sure if that works for Gutenberg.
I'm wondering the same thing! I'd like to create a CPT, register a block, and then REQUIRE that block on new CPT items, but prevent other blocks from being added.
When I add the template line, I also get a blank page.