- Type name:
tags
- Optional widget
- Placement types: fixed, auto
Tags cloud
If not empty, this title text will be shown before the tags cloud.
Placement name. See Fixed Placements for more information.
If undefined, the widget uses the auto placement logic.
Array of items.
Title of tag item.
Valid URL for the tag item link. Can be absolute or relative.
[{
"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/"
}
]
}]