Link

Represents a link, its optional title and alternative text.

Example

1
2
3
4
5
6
7
8
{
  "link": {
    "url": "/go-somewhere",
    "title": "Go Somewhere",
    "altText": "somewhere"
  }
}

Properties

url
Type
Format
uri
Required
Yes
Description

The URL of the link. It can be absolute, or relative to the Add-On base URL.


altText
Type
Max length
1000
Description

Alternative text that is shown when the element cannot be rendered.


title
Type
Max length
1000
Description

The title of the link.


Rate this page: