The Bookings Edit Staff Profile page has 2 plugin slots: 1 dashboard, and 1 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 > Edit or Add staff member
The Bookings Edit Staff Profile page features a 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: 049fb0fe-cc4a-4e33-b0a9-d8cda8e7a79f
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. |
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 of the page.
The Bookings Edit Staff Profile page features a dashboard menu plugin slot.
This dashboard menu plugin slot is located in the more actions menu in the staff profile 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: ce533e85-9419-4c18-baf8-b3bb2423bcd1
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. |
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 Bookings APIs:
Slot | ID | Parameters |
---|---|---|
Edit Staff Profile Page | 049fb0fe-cc4a-4e33-b0a9-d8cda8e7a79f | staffId , staffResourceId |
Main more actions menu | ce533e85-9419-4c18-baf8-b3bb2423bcd1 | staffId , staffResourceId |