Hi,I am assuming that links will get rendered via some component in the
page. This component can fetch the link info via JS through some async
call using selectors, example:pagelinks.json - For
annonymousadvisors.pagelinks.json - For advisorsThe Rest service in AEM
can generate JSON with links info as per the user type and access,
sample:{ "id": "linkId", "title": "Link Title", "url": "http://url",
"islocked": "false", "target": "_blank"}Now since links has info,
whether its locked or not, upon ...