wix-cli-dashboard-menu-plugin
Installation
SKILL.md
Wix Dashboard Menu Plugin Builder
Creates dashboard menu plugin extensions for Wix CLI applications. Dashboard menu plugins are menu items that integrate into predefined menu slots on dashboard pages managed by Wix first-party business apps (Wix Stores, Wix Bookings, Wix Blog, Wix eCommerce, Wix Events, Wix CRM, Wix Restaurants).
When clicked, a dashboard menu plugin either navigates to a dashboard page or opens a dashboard modal.
Dashboard menu plugins are configuration-only extensions — they do NOT have a React component file.
Quick Start Checklist
Follow these steps in order when creating a dashboard menu plugin:
- Identify the target menu slot ID — see Slot Lookup Table below, then read only the relevant vertical file
- Create plugin folder:
src/extensions/dashboard/menu-plugins/<plugin-name>/ - Create
<plugin-name>.extension.tswithextensions.dashboardMenuPlugin()and unique UUID - Configure the
actionfield to either navigate to a dashboard page or open a modal - Update
src/extensions.tsto import and use the new extension