Skip to content

Commit

Permalink
Update the import for PluginBlockSettingsMenuItem (WordPress#64758)
Browse files Browse the repository at this point in the history
Co-authored-by: ryanwelcher <welcher@git.wordpress.org>
Co-authored-by: ndiego <ndiego@git.wordpress.org>
  • Loading branch information
3 people authored and bph committed Aug 31, 2024
1 parent b362723 commit 46c47c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This will either appear in the controls for each block or at the Top Toolbar dep

```js
import { registerPlugin } from '@wordpress/plugins';
import { PluginBlockSettingsMenuItem } from '@wordpress/edit-post';
import { PluginBlockSettingsMenuItem } from '@wordpress/editor';

const PluginBlockSettingsMenuGroupTest = () => (
<PluginBlockSettingsMenuItem
Expand Down

0 comments on commit 46c47c4

Please sign in to comment.