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
  • 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

Widgets

  • Tabs Widget
  • Hero Widget
  • Weather Widget
  • User Widget Zones

Web Parts

  • Reach News Web Part
  • Reach Posts Web Part
  • Reach Events Web Part
  • Content Items Web Part
  • Markup Web Part
  • Schedule Web Part
  • Slider Web Part
  • Timezone Web Part

Data Connectors

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

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 © 2023 LiveTiles