Hi Team, Is there any way that only admin group (A) can modify Page Properties whereas other Editors Group (B) only can see them in READ ONLY Mode. I know that using Render Condition, we can show/hide based on user/group. But how to play with Permission to achieve above. BR, KTNR
We have an AEM asset author environment (Centralized DAM) and multiple sites author environment for different brands. We are planning to use connected assets to access the assets in our Centralized DAM on our sites environment. Is there a way I can hide/restrict particular asset to appear in search ...
Hi Guys I hope someone can guide me in the right direction. Our datastore is growing like 400 GB a day and we dont have any clue what might be wrong. Our online compaction, datastore garbage collection and all other maintenance tasks are running fine without any errors. I just want to check, is ther...
I have a component which is fetching data from a rest API. This data changes infrequently (at most once per week, as little as once per year), but it's required to be present on every single page within my website. I have created it like so: /* Simplified for illustration purposes */ @Mode...
Hey just need help on the process to add meta robots "noindex" tag in the <head> section for webpages that are dynamically generated on selecting filters. So this should allow me to block them from showing up insearch results I could not use robots.txt method as these pages are used as inlinks I...
I am just wondering if permission-sensitive caching is possible at the CDN level. Would CDN be able to make authentication requests just like how the dispatcher does (/auth_checker)?if anyone of you has implemented this, may I know the CDN that you opted for?Any documents for reference would be high...
I see the below error when trying to access a home page of a live copy. org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource JcrNodeResource, type=cq:LiveCopy, superType=null, path=/content/XXXXX/en/gb/jcr:content/cq:LiveSyncConfig Observat...
When we run this workflow model. We are getting error while moving the asset to dynamic media. it will work between AEM author and publish alone or AEM author to any publish (Dynamic media)? Why is the purpose of this workflow? Thank you.
I was trying to call a path type servlet but it didn't work, so i read somewhere that we need to call it through ajax but where should i write the ajax code?