Wix Blog: Blog Overview Page

The Blog Overview 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.

Location in dashboard

Blog > Overview

Dashboard plugin slots

The Blog Overview page features 1 dashboard plugin slot.

Slot 1: Blog Overview page

This dashboard plugin slot is positioned at the top of the page.

Configuration

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

slot ID: 65fae040-bbeb-4c62-ba14-e0ecb5e08661

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 vertically and ordered by date created, with the most recently created plugin displayed at the bottom of the slot.

Dashboard menu plugin slots

The Blog Overview page features 1 dashboard menu plugin slot.

Slot 2: More actions menu

This dashboard menu plugin slot is located in the more actions menu at the top of the Blog Overview 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: eee8a260-88cb-432b-b32e-e154b0a1030a

For example:

Copy
1

Important: The hosting platform must be "BUSINESS_MANAGER".

Multiple plugins in the same slot

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.

Wix APIs

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

Slot IDs

SlotIDParameters
Blog Overview page65fae040-bbeb-4c62-ba14-e0ecb5e08661
More actions menueee8a260-88cb-432b-b32e-e154b0a1030a

See also

Was this helpful?
Yes
No