Hi,I want to hide the Publish button on touch ui both from the page and the sites.html for a particular group of users. Can we do that as we did in classic Ui by going to crx/explorer and denying jcr:read access. If yes then which path should we deny. Or is there any other way to do it?Thanks,Tushar
Hi All,We are using sling distribution agent feature for publishing user data to all publisher instances but getting below exception.Caused by: org.apache.jackrabbit.oak.api.CommitFailedException: OakConstraint0021: /home/users/a/eiTRubAYMWwDWGJVfOA6/.tokens/2017-03-07T15.26.18.287Z[[rep:Token]]: Ma...
How do I create mini-admins for specific content areas within AEM? For context, in a test area of our AEM instance we have 4 groups, for starters we’re working w/ our “testarea” content folder (content/dam/testarea) so here are 4 groups and the access types I provided to them:· Test Area Mem...
Hi Team,I am trying to create the data source using this public artifactory https://repo.adobe.com/nexus/content/groups/public/com/adobe/granite/com.adobe.granite.ui.commons/5.5.154-CQ600-B0004/ doesn't seem like working. I am getting this exception while building the project.[ERROR] Failed to execu...
Hi All,My requirement is to create a subscription form in website where user will subscrobe to a particular page updates. On form submission, I would like to store subsciber's email ID and the Pages List that he subscribed to. So Whenever there is an update to the page, we will send an email to subs...
I wanted to share a component with the community as they help me so much already. I made a responsive sighlty column component based on bootstraps 12 grid that is easily extendable.I found this one in the helpx and almost had a heart attack when I seen they just toggled entire div structures.I looke...
Hi all,Has anyone implemented an enterprise level search solution for AEM?The out-of-box Lucene is just terrible and not scalable as it has to be served up from Publisher. I tried Apache Solr with OOTB integration. This is also not a solution as query HAS to come back to Publisher and it is Publishe...
We have a page with multiple components dragged in a page, something like below- Page-- Component 1-- Component 2-- Component 3-- Component 4Now when we are trying to place Component 3 before Component 1 or something like this, AEM is not allowing to move the components, when there is editConfig pre...
Hi all,After migrating from 6.0 to 6.2 we are facing issues in opening some pages. They are being opened with an error:Error during include of component '/apps/xyz/components/page/groupsmapping'Error Message:org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.sightly...
what is the difference benefits between using sling model (@Model) and Model creating using WCMUSE (WCMUsePojo)?I am not getting clean idea about When should i use @Model and WCMUsePojo?, can i mix both ?