Help, I can't make signposting
Hello,
Hope to find you well.
The past weeks I've been reading and testing the signposting in our stage community and last week I finally started working on the component. Yesterday, with help of support, I tried to put it in our wrapper but it keeps giving a sort of "error" (as you can see in attachment). And, not only that, but it appears in the community landing page when it should only appear in the ID of the category I put.
This is what I put on the component with help of support:
<#assign public =""/>
<if(coreNode.hasAncestor{"category"}) == true || (coreNode.id) == "UBW" || ... >
<span class="public_logo_link" title="This content is publicly available"> Public </span>
</if>
I've been really trying to put the signposting working correctly. Do you have any tips?