Closed arthur791004 closed 1 year ago
I think this was fixed in #53169. The fix will ship with Gutenberg 16.4.
This seems to match what was reported here by @wpsoul https://github.com/WordPress/gutenberg/issues/52388#issuecomment-1660849268
Install and activate the Kigen theme
@arthur791004 that theme doesn't seem to be available in the WP theme directory. Could you share it as a zipped folder or, alternatively, point to a publicly accessible theme where the issue can be reproduced? You could also create a dummy theme with just the minimal code required to reproduce.
I think this was fixed in https://github.com/WordPress/gutenberg/pull/53169. The fix will ship with Gutenberg 16.4.
I guess it's slightly different since I tested it using the latest trunk yesterday and the issue is still there 🤔
Thanks!
I can't reproduce the issue on the latest Gutenberg trunk or on WP 6.3 RC3 with the Kigen theme:
Could you try testing also on WP 6.3 RC without Gutenberg enabled?
I tried again and it works now.
So, I expect this issue would be resolved with Gutenberg 16.4.0 🎉
Thanks for checking! Closing as fixed by https://github.com/WordPress/gutenberg/pull/53169.
Description
Referring to https://github.com/Automattic/wp-calypso/issues/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