CLI Documentation Notice
You're viewing documentation for the new Wix CLI, which we recommend for all new projects.
Dashboard menu plugin extensions add menu items into pre-configured slots in dashboard pages of apps made by Wix in your project. When clicked, it either displays a dashboard modal or directs the project administrator to another dashboard page.
Follow the instructions below to:
Once this task is complete, the dashboard menu you specified in the installation process will contain the item you added.
In your project directory, run the generate command and follow the prompts to create a dashboard menu plugin extension.
Upon completion, the extension files will be created in your project directory with the following structure:
Learn more about the dashboard menu plugin extension files.
Run the dev command to open the dev menu.
Click the link to open the dashboard in the browser. Navigate to the dashboard page hosting your menu plugin.
Go to your .extension.ts file and edit the title to "Hello world!".
Save your file.
Navigate back to the dashboard page in your browser and see your changes.
Once your project is ready for production, you can build and deploy it.
Note: When you release an app project, you release a new version of the app allowing you to publish the app to the Wix App Market or install it on a site with a direct install URL. You can view your app's versions in the app dashboard.
To delete an existing dashboard menu plugin from your project:
.use() statements for the extension from the extensions.ts file.For app projects:
If you already have a version of your app project, you must build and deploy the project again after removing the dashboard menu plugin file.