Skip to content

Content Tile

The Content Tile template is used to display news articles with a preview of the article content.

Content Tile

Managed Properties

  AuthorOWSUSER
  CommentCount
  Description
  LikeCount
  MercuryArticleDateOWSDATE
  NormSiteID
  owstaxIdMercuryBusinessUnit 
  owstaxIdMercuryCategory
  owstaxIdMercuryDepartment
  Path
  SiteId
  Title
  UniqueID
  ViewsLifeTime
  WebId

Note

NormSiteID, WebId and UniqueID are required for the article preview image.

Slots

Slot Managed Property
Title Title
Date MercuryArticleDateOWSDATE
User AuthorOWSUSER
Description Description
Likes LikeCount
Views ViewsLifeTime
Comments CommentCount
Tags owstaxIdMercuryCategory
Geo GeoLocation

Note

Slot values can be removed or changed to display a prefered managed property in the slot.

Configuration

  • Preferred Items Per Row
    • Set the number of items you'd prefer to see per row
    • This preferential figure is subject to change depending on screen size i.e mobile users will likely see less than the setting
  • Gap
    • Set the gap between items.
  • Title Lines to Show
    • Set the number of lines of the title to be display before truncating
  • Enable Follow Items
    • Allows the user to favourite/ follow the item.
  • Background Colour
    • Sets the background colour.
  • Font Colour
    • Sets the font colour.
  • Override Date
    • When enabled set the date format using luxon formatting, for example 'dd MM yyyy' would format to 01 01 2024.

Swapping Geo Value

When Geo is displayed on a template, the value of this may not be best represented to what the Geo location is. The value can be updated in the custom branding file using the css below:

Hides Current Value

.mercury-geo-{Geo Value}[data-geo*="{Geo Value}"] span {
  display: none;
}

Sets New Value

.mercury-geo-{Geo Value}[data-geo*="{Geo Value}"]::before {
  content: '{New Geo Value}';
}