Hi, is it possible to link to a specific section on another page that is linked as “collection page”?
I know, that for “normal” links I can type link like /pagename#sectionID but what in case of purple link that links to collection page? Is there any solution?
If you’re linking to a specific collection page, it would be the same approach,
e.g. /blogs/how-to-link-stuff#special-offer
If you’re trying to make a special link that will work across all pages dynamically, you can either construct the entire linked object in an Embed so that you can combine the CMS and static data in your link, or you can use custom code to append it.
Let me know, I’ve been thinking of adding prepend and append functionality to SA5’s dynamic attributes which would support that use case.