Link
{
"title": "CTA Link",
"id": "ctaLink",
"link": {
"subtitle": "Link to a product or signup page"
}
}{
"groups": [{
"title": "CTA Button",
"properties": [{
"title": "CTA Link",
"id": "ctaLink",
"link": {
"subtitle": "Link to a product or signup page"
}
}]
}]
}Template Example
<a href="{{ctaLink.href}}" target="{{ctaLink.target}}">Get Started</a>Getting the Absolute URL
{
"title": "CTA Link",
"id": "ctaLink",
"link": {
"absoluteURL": true
}
}Last updated
Was this helpful?

