Tags

Description

  • Type name: tags
  • Optional widget
  • Placement types: fixed, auto

Tags cloud

Properties

Title [optional]

If not empty, this title text will be shown before the tags cloud.

FixedPlacement [optional]

Placement name. See Fixed Placements for more information.

If undefined, the widget uses the auto placement logic.

Items [required]

Array of items.

Title [required]

Title of tag item.

Url [required]

Valid URL for the tag item link. Can be absolute or relative.

JSON example

[{
    "Type": "tags",
    "Id": "abcABC123",
    "Title": "Tags",
    "FixedPlacement": "BelowTitle",
    "Items": [
        {
            "Title": "Cars", 
            "Url": "https://yoursite.com/tag/cars/"
        },
        {
            "Title": "Bikes", 
            "Url": "https://yoursite.com/tag/bikes/"
        }
    ]
}]

Demo

preview_xlarge