How does the ‘page’ type work in Option Sets? I have, in the Option Set,
{
"name": "cta-link",
"label": "CTA Link",
"type": "page",
"value": {
"id": 1,
"url": "[[~1]]"
}
And in the Element Markup I have
<a class="btn btn-primary" href="{{ cta-link.url }}">Call to Action!</a>
All I get is href=“0”