The Booking List 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 your app's dashboard.
Booking Calendar > Booking List
The Booking List page features a dashboard plugin slot.
The booking list page 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: 0f756363-1659-4929-b4ef-5ff2c458eb7d
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 plugin slot can host multiple plugins.
The plugins are displayed next to each other and ordered by date created, with the most recently created plugin displayed furthest left.
The Booking List page features 2 dashboard menu plugin slots.
This dashboard menu plugin slot is located in each booking's more actions menu in the booking list.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: 38fbe11f-6bc6-4df7-a742-e3e169a16cef
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 |
---|---|---|
bookingId | String | Booking ID. |
This dashboard menu plugin slot is located in the bulk actions more actions menu in the booking list. The bulk actions menu appears when at least 1 booking is selected.
Use the following slot ID for the extends
property in your dashboard menu plugin's configuration in your app's dashboard:
slot ID: f1ab2ce9-a790-4e3e-a0f7-fae4da37a668
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 |
---|---|---|
selectedBookingIds | [String] | Selected booking IDs. |
These menu 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 top.
You can implement logic in your plugin using the Wix Bookings APIs:
Slot | ID | Parameters |
---|---|---|
Booking List page | 0f756363-1659-4929-b4ef-5ff2c458eb7d | |
Each Booking's more actions menu | 38fbe11f-6bc6-4df7-a742-e3e169a16cef | bookingId |
Booking List bulk actions menu | f1ab2ce9-a790-4e3e-a0f7-fae4da37a668 | selectedBookingIds |