We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609a9df commit 2912e1bCopy full SHA for 2912e1b
packages/edit-site/src/components/block-editor/constants.js
@@ -1 +1,5 @@
1
-export const FOCUSABLE_ENTITIES = [ 'wp_template_part', 'wp_navigation' ];
+export const FOCUSABLE_ENTITIES = [
2
+ 'wp_template_part',
3
+ 'wp_navigation',
4
+ 'wp_block',
5
+];
0 commit comments