gutenberg_scaffold_sidebar_plugin
Create a Gutenberg editor sidebar plugin that adds a custom panel in the block editor for plugin-specific settings, meta fields, or controls.
Instructions
Generate a Gutenberg editor sidebar plugin (PluginSidebar). Adds a custom panel in the block editor for plugin-specific settings, meta fields, or controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootNamespace | Yes | Plugin root namespace | |
| pluginName | Yes | Sidebar plugin slug (e.g., "seo-settings") | |
| pluginTitle | Yes | Sidebar title (e.g., "SEO Settings") | |
| textDomain | Yes | Plugin text domain | |
| icon | No | Dashicons name (default: admin-generic) |