Image
  • Load Gutenberg Styles inside plugin settings page

    Load Gutenberg Styles inside plugin settings page

    When creating a plugin settings page using @wordpress/scripts components, you may notice that the styles of your components do not match those in the Gutenberg editor. This happens because the Gutenberg editor styles are not automatically loaded outside the editor interface. To ensure consistency in appearance, you need to manually load the necessary styles when…