Content Items Web Part
Overview
The Content Items Web Part can be used to display data items from various data sources in a list or flow layout.
Configuration
The Content Items Web Part is configured by using the ContentItemsWidgetConfig.
Tabs
You can specify multiple tabs where each consumes and displays the items from the associated data source.
Search Box
The items are searchable by a search term via the search box, which can be enabled for each tab individually.
Layout
The layout and item template, which specify how the items are rendered can be defined in the configuration.
Actions
You can specify buttons to execute a certain action, which will be displayed at the bottom by default.
Actions Position
Define the position of the action buttons using an actionsPosition
array property. This property accepts top
, bottom
or both. The action buttons position will default to bottom when no actionsPosition property is set.
{
...
"actionsPosition": [
"top"
],
}