The Bookings Staff 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.
Settings > Booking Settings > Staff
The Bookings Staff dashboard page features a plugin slot positioned at the top of the page.
Use the following slot ID for the extends
property when configuring your plugin in your app's dashboard:
slot ID: 261e84a2-31d0-4258-a035-10544d251108
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 |
---|---|---|
staffResourceId | String | Staff resource ID. |
scheduleId | String | Schedule ID. |
timezone | String | Time zone. |
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 top.
The Bookings Staff page features 2 dashboard menu plugin slots.
This dashboard menu plugin slot is located in the main more actions menu on the Staff page.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: 3ad7e6d2-35ce-45c1-ab59-64c51b60a104
For example:
Important: The hosting platform must be "BUSINESS_MANAGER".
Apps built by Wix can pass data, such as an ID, from the dashboard page to your plugin through a designated slot. Learn how to use the Wix SDK to interact with and retrieve data from the dashboard page. Learn how to use the Wix SDK to interact with and retrieve data from the dashboard page.
This dashboard menu plugin slot is located in each staff member's more actions menu in the staff list.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: 884a208a-7c23-4641-856a-d6561ed4c64b
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 |
---|---|---|
staffId | String | Staff ID. |
staffResourceId | String | Staff resource ID. |
These plugin slots 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 Bookings APIs:
Slot | ID | Parameters |
---|---|---|
Staff page | 261e84a2-31d0-4258-a035-10544d251108 | staffResourceId , scheduleId , timezone |
Main more actions menu | 3ad7e6d2-35ce-45c1-ab59-64c51b60a104 | |
Each staff member's more actions menu | 884a208a-7c23-4641-856a-d6561ed4c64b | staffId , staffResourceId |