Documentation
Link
Represents a link, its optional title and alternative text
Example
{
"link": {
"url": "/go-somewhere",
"title": "Go Somewhere",
"altText": "somewhere"
}
}
Represents a link, its optional title and alternative text
{
"link": {
"url": "/go-somewhere",
"title": "Go Somewhere",
"altText": "somewhere"
}
}