We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e8da1 commit dc472d5Copy full SHA for dc472d5
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