Wix Bookings: Staff Page

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.

Location in Dashboard

Settings > Booking Settings > Staff

Dashboard plugin slots

The Bookings Staff dashboard page features a plugin slot positioned at the top of the page.

Slot 1: Staff page

Configuration

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

例えば、こうだ:

コピー
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Interaction between the dashboard page and your plugin

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:

名称タイプ説明
staffResourceIdStringStaff resource ID.
scheduleIdStringSchedule ID.
timezoneStringTime zone.

Multiple dashboard plugins in the same slot

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.

Dashboard menu plugin slots

The Bookings Staff page features 2 dashboard menu plugin slots.

Slot 2: Main more actions menu

This dashboard menu plugin slot is located in the main more actions menu on the Staff page.

Configuration

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

例えば、こうだ:

コピー
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Interaction between the dashboard page and your plugin

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.

Slot 3: Each staff member's more actions menu

This dashboard menu plugin slot is located in each staff member's more actions menu in the staff list.

Configuration

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

例えば、こうだ:

コピー
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Interaction between the dashboard page and your plugin

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:

名称タイプ説明
staffIdStringStaff ID.
staffResourceIdStringStaff resource ID.

Multiple menu plugins in the same slot

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.

Wix API

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

Slot IDs

Slot身分証明書Parameters
Staff page261e84a2-31d0-4258-a035-10544d251108staffResourceId, scheduleId, timezone
Main more actions menu3ad7e6d2-35ce-45c1-ab59-64c51b60a104
Each staff member's more actions menu884a208a-7c23-4641-856a-d6561ed4c64bstaffId, staffResourceId

See also

役に立ちましたか?
はい
いいえ