Wix Events: Event Page Overview Tab

The Event page's Overview tab has a dashboard plugin slot. 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

Events > Published or Drafts > Event > Overview tab

To test your plugin on a site, do the following:

  1. Install the Wix Events app from the App Market.
  2. Add a ticketed or RSVP event.
  3. Create a draft of the event, or publish the event.

Dashboard plugin slots

The Event page's Overview tab features a dashboard plugin slot.

Slot: Overview tab page

This dashboard plugin slot is located at the bottom of the page.

Sample use case

Add a plugin to the Event page's Overview tab that displays earnings for each ticket type so the site owner can easily compare them.

Configuration

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

slot ID: d2c6965a-7d50-47a0-881a-beb184135df3

For example:

Copy

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:

NameTypeDescription
eventIdStringEvent ID.

Multiple plugins in the same slot

This plugin slot can host multiple plugins.

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

Wix APIs

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

Slot IDs

SlotIDParameters
Event page's Overview tabd2c6965a-7d50-47a0-881a-beb184135df3eventId

See also

Did this help?