LiveTiles Intranet Hub

LiveTiles Intranet Hub

  • Hub
  • Workspaces
  • Metadata
  • Governance
  • What's New

›Widgets

Getting Started

  • Overview
  • Architecture
  • Installation

    • Microsoft 365
    • SharePoint 2019
  • Upgrade
  • Configuration

Guides

  • Hub
  • Multiple JSON Configuration Files
  • Cognitive Page Translation
  • Theming
  • Custom Styling
  • Navigation
  • Matrix
  • Search
  • People Search
  • Page
  • Layout
  • Footer
  • Multi Language
  • Data Aggregation
  • Keyboard Shortcuts
  • SharePoint Integration
  • Custom Code
  • Notifications
  • List Items Grouping
  • Multi Content Type Item Template
  • Everywhere Panel
  • Everywhere Panel SP2019
  • Everywhere Panel Manager
  • Everywhere Panel Audience Target
  • MegaMenu Manager
  • JSON GUI Editor
  • Coveo Hosted Search Page
  • Mobile Configuration

LiveTiles Viva Cards

  • LiveTiles Office Locations
  • LiveTiles Reach Events Viva Card
  • LiveTiles Reach News Viva Card
  • LiveTiles People Search Viva Card
  • LiveTiles Weather Viva Card

Widgets

  • Content Items Widget
  • Tabs Widget
  • Hero Widget
  • Markup Widget
  • Schedule Widget
  • Slider Widget
  • Timezone Widget
  • Weather Widget
  • User Widget Zones

Web Parts

  • Alerts Web Part
  • Reach News Web Part
  • Reach Posts Web Part
  • Reach Events Web Part
  • Reach Pages Web Part
  • Celebrations Webpart
  • FAQ Web Part
  • Lists Web Part
  • People Web Part
  • Tour Guide Web Part

Data Connectors

  • SharePoint Search
  • SharePoint List
  • Microsoft Graph
  • Microsoft Outlook
  • Web APIs
  • Microsoft Search
  • Coveo Search Data Provider

Navigation Builder

  • Getting Started
  • MegaMenu
  • Matrix

Content Items Widget

Overview

The Content Items Widget can be used to display data items from various data sources in a list or flow layout.

Content Items Widget

Configuration

The Content Items Widget 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.

Documents Extension Filtering

In the dataSource property you will need to configure a node called extensionFilter. Here is an example for it:

 "data": {
    "contentType": "Document",
    "dataSource": {
     "configTypeKey": "userDataSource_sharePointSearch",
     "rowLimit": 15,
     "extensionFilter": [
      "docx",
      "pdf"
     ],
    ...
    }
   },

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"
  ],
}
← LiveTiles Weather Viva CardTabs Widget →
  • Overview
  • Configuration
    • Tabs
    • Search Box
    • Layout
    • Actions
    • Actions Position
Docs
HubWorkspacesMetadataGovernance
References & Samples
Hub ReferenceHub ConfigsWorkspaces ReferenceWorkspaces ConfigsMetadata Configs
More
What's NewLiveTiles Products
LiveTiles
Copyright © 2025 LiveTiles