Description
Referring to Automattic/wp-calypso#79224, the site editor might display nothing when
- The “Your homepage displays” setting is configured to a static page
- The theme has a front-page.html or the user created a front-page template
- The front-page template contains only patterns
The reason is the registered patterns/blocks are filtered out via the canInsertBlockType function because the block editing mode is disabled, and it's disabled due to useDisableNonPageContentBlocks
Step-by-step reproduction instructions
- Install and activate the themes below
- Go to Settings > Reading, and configure “Your homepage displays” to a static page
- Go to Appearance > Editor
- Ensure the preview displays nothing
Screenshots, screen recording, code snippet

Environment info
The latest trunk on 2 Aug
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Description
Referring to Automattic/wp-calypso#79224, the site editor might display nothing when
The reason is the registered patterns/blocks are filtered out via the canInsertBlockType function because the block editing mode is disabled, and it's disabled due to useDisableNonPageContentBlocks
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Environment info
The latest trunk on 2 Aug
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes