LiveTiles Intranet Hub

LiveTiles Intranet Hub

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

›Guides

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

Notifications

LiveTiles Intranet Hub provides the option of implementing custom notifications. They can be accessed from the top navigation bar on desktop, and on mobile from the drawer. As an admin you can configure more than one group of notifications nestled under the notificationGroups property of header from the global config. You can read more on the notificationGroups here in the reference documentation.

This is an example on how to show LiveTiles Reach news items that were published in the channel named Alerts as notifications:

    "notificationGroups": [
      {
        "key": "reach",
        "title": {
          "de": "LiveTiles Reach Benachrichtigungen",
          "en": "LiveTiles Reach alerts",
          "fr": "Alertes LiveTiles Reach",
          "it": "Avvisi di LiveTiles Reach",
          "nl": "LiveTiles Reach waarschuwingen"
        },
        "dataProvider": {
          "version": "v1.0",
          "configTypeKey": "dataProvider_reach_news",
          "propertyMappings": "propertyMapper_reach_news_minimal",
          "connectableKey": "reachAlerts",
          "rowLimit": 30,
          "fromAllNews": true,
          "channelIds": [
            "Alerts"
          ],
          "minimalMapping": true
        },
        "iconName": "condenselogo",
        "itemTemplate": {
          "configTypeKey": "itemTemplate_simple",
          "imageWidth": "2.5rem",
          "imageDisplayMode": "Square",
          "hideDataProviderSource": true,
          "highlightExpression": {
            "expression": "item.isRead.value === false"
          }
        }
      }
    ]
← Custom CodeList Items Grouping →
Docs
HubWorkspacesMetadataGovernance
References & Samples
Hub ReferenceHub ConfigsWorkspaces ReferenceWorkspaces ConfigsMetadata Configs
More
What's NewLiveTiles Products
LiveTiles
Copyright © 2025 LiveTiles