What is the correct approach to implementing a custom block editor sidebar panel using `@wordpress/plugins` and `@wordpress/edit-post`?

WordPress Expert Medium

WordPress Expert — Medium

What is the correct approach to implementing a custom block editor sidebar panel using `@wordpress/plugins` and `@wordpress/edit-post`?

Key points

  • Register the plugin component with registerPlugin()
  • Utilize PluginSidebar or PluginDocumentSettingPanel from @wordpress/edit-post
  • Plugin automatically appears in the editor UI
  • No need for page modification

Ready to go further?

Related questions