Skip to content

Commit dc472d5

Browse files
authored
Patterns: Enable focus mode editing (#52427)
1 parent 66e8da1 commit dc472d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
export const FOCUSABLE_ENTITIES = [ 'wp_template_part', 'wp_navigation' ];
1+
export const FOCUSABLE_ENTITIES = [
2+
'wp_template_part',
3+
'wp_navigation',
4+
'wp_block',
5+
];

0 commit comments

Comments
 (0)