Wix Bookings: Edit Staff Profile Page

The Bookings Edit Staff Profile page has 2 plugin slots. 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 Wix Dev Center.

Location in Dashboard

Settings > Booking Settings > Staff > Edit or Add staff member

Dashboard plugin slots

The Bookings Edit Staff Profile page features a dashboard plugin slot. It is positioned at the top of the page.

Use the following slot ID for the extends property in your dashboard plugin's configuration in the Dev Center:

Edit Staff Profile Page plugin slot ID: 049fb0fe-cc4a-4e33-b0a9-d8cda8e7a79f

For example:

Copy
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Interaction between the dashboard page and your plugin

To interact with and retrieve data from the dashboard page use one of the following functions:

This slot passes the following parameters:

  • staffId
  • staffResourceId
Copy
1
Copy
1

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed one on top of the other and ordered by date created, with the most recently created plugin displayed at the top of the UI.

Wix APIs

You can implement logic in your plugin using the Wix Bookings APIs:

Dashboard menu plugin slots

The Bookings Edit Staff Profile page features one dashboard menu plugin slot. It is found in the main more actions menu:

Note: The more actions button does not appear on the page if an app hasn't configured any menu plugins in this slot.

The target page or modal can retrieve dashboard page data using the withDashboard() function from the dashboard-react SDK or the observeState() function from the dashboard SDK. This slot passes the following parameters:

  • staffId
  • staffResourceId

Use the following slot ID for the extends property in your dashboard menu plugin's configuration in the Dev Center:

More actions menu slot ID: ce533e85-9419-4c18-baf8-b3bb2423bcd1

For example:

Copy
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

The plugins are displayed one on top of the other and ordered by date created, with the most recently created plugin displayed at the bottom.

Slot IDs

SlotIDParameters
Edit Staff Profile Page plugin slot049fb0fe-cc4a-4e33-b0a9-d8cda8e7a79fstaffId, staffResourceId
Edit Staff Profile Page more actions menu plugin slotce533e85-9419-4c18-baf8-b3bb2423bcd1staffId, staffResourceId

See also

Was this helpful?
Yes
No