Set custom post type to load custom block pattern by default
When you call register_post_type() to register your custom post type, one of the args is called template which is described as follows: Array of blocks to use as the default initial state for an editor session. Each item should be an array containing block name and optional attributes. So whereever you have the register_post_type(), you … Read more