Skip to content

Commit

Permalink
Add preferences menu group label to widgets and customize widget edit…
Browse files Browse the repository at this point in the history
…or (#32259)
  • Loading branch information
kevin940726 authored May 27, 2021
1 parent f6ef568 commit 3eaea6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function MoreMenu() {
</VisuallyHidden>
</MenuItem>
</MenuGroup>
<MenuGroup>
<MenuGroup label={ __( 'Preferences' ) }>
<FeatureToggle
feature="keepCaretInsideBlock"
label={ __(
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-widgets/src/components/more-menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function MoreMenu() {
</VisuallyHidden>
</MenuItem>
</MenuGroup>
<MenuGroup>
<MenuGroup label={ __( 'Preferences' ) }>
<FeatureToggle
feature="keepCaretInsideBlock"
label={ __(
Expand Down

0 comments on commit 3eaea6b

Please sign in to comment.