hi there, I use the FLOW theme and want to use the ‘link_url’ to point to a named anchor on the same page.
is there a definition of what is allowed in the ‘link_url’ variable?
I want to include something this:
"link_url": "<a href="#beginner-anchor">beginner</a>"
but I can only select pages via a populated pulldown and end up with code like this, which isn’t useful :
"link_url": "shopify:\/\/collections\/yoga-bolsters",
here’s a snippet of the json for this template:
},
"1664752789c50463df-3": {
"type": "navigation_link",
"disabled": true,
"settings": {
"link_url": "",
"link_text": "link to another anchor on same page"
}
},
thanks for any help!