Sightly - Link resolution (pathfield from dialog)
Hi,
How do I get the link resolved when using Sightly?
I have a 'pathfiled' in the dialog which points to one of the page in the site and I get this to the page in the href as below
<a href='${properties.imageorvideo == "image" ? (properties.url || "#") : "#"}' >How do I add ".html" to this in Sightly?
Now the link on the site appears as '/content/mysite/abc'. No .html is added to the link (WITHOUT USING JAVA USE API)
Thanks
