The Tags page has 3 plugin slots: 1 dashboard, and 2 dashboard menu. Slots are the placeholders in the UI for plugins. The slot ID is the value for the required extends
field when configuring the plugin in the App Dashboard.
Blog > Tags
The Tags page features 1 dashboard plugin slot.
This dashboard plugin slot is positioned at the top of the page.
Use the following slot ID for the extends
property in your dashboard plugin's configuration in your app's dashboard:
slot ID: 0e336381-34a3-4f12-86f7-f98ab928f950
For example:
Important: The hosting platform must be "BUSINESS_MANAGER".
This plugin slot can host multiple plugins.
The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom of the slot.
The Tags page features 2 dashboard menu plugin slots.
This dashboard menu plugin slot is located in the more actions menu for tags in the Tags page.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: 9f88f31c-9f0c-461c-86c4-6e8ee6b9c23d
For example:
Important: The hosting platform must be "BUSINESS_MANAGER".
Apps built by Wix pass parameters via dashboard slots for you to utilize in your plugin's functionality. Learn how to interact with and retrieve parameters from the dashboard page.
This slot passes the following parameters:
Name | Type | Description |
---|---|---|
selectedId | String | ID of the tag. |
This menu plugin slot can host multiple plugins.
The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom.
This dashboard menu plugin slot is located in the tags bulk actions' more actions menu in the Tags page.
Note: The more actions button does not appear on the page if an app hasn't configured any menu plugins in this slot.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: 87d49224-cf15-46d1-b39e-e8987549471f
For example:
Important: The hosting platform must be "BUSINESS_MANAGER".
Apps built by Wix pass parameters via dashboard slots for you to utilize in your plugin's functionality. Learn how to interact with and retrieve parameters from the dashboard page.
This slot passes the following parameters:
Name | Type | Description |
---|---|---|
selectedIds | Array | Array of the selected tags' IDs. |
This menu plugin slot can host multiple plugins.
The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom.
You can implement logic in your plugin using the Wix Blog APIs:
Slot | ID | Parameters |
---|---|---|
Tags page | 0e336381-34a3-4f12-86f7-f98ab928f950 | |
Tags more actions menu | 9f88f31c-9f0c-461c-86c4-6e8ee6b9c23d | selectedId |
Tags bulk actions more actions menu | 87d49224-cf15-46d1-b39e-e8987549471f | selectedIds |