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.
Blog > Overview
The Blog Overview page features 1 dashboard plugin slot.
This 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: 65fae040-bbeb-4c62-ba14-e0ecb5e08661
For example:
Important: The hosting platform must be "BUSINESS_MANAGER".
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.
The Blog Overview page features 1 dashboard menu plugin slot.
This dashboard menu plugin slot is located in the more actions menu at the top of the Blog Overview page.
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:
Important: The hosting platform must be "BUSINESS_MANAGER".
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.
You can implement logic in your plugin using the Wix Blog APIs:
Slot | ID | Parameters |
---|---|---|
Blog Overview page | 65fae040-bbeb-4c62-ba14-e0ecb5e08661 | |
More actions menu | eee8a260-88cb-432b-b32e-e154b0a1030a |