Hello, I dont think it is even possible through permissions but still wanted to confirm. Can we allow users to edit the page so that they can edit the components on the page, but we do not want user to edit the page properties. I tried updating the jcr:modified, jcr:modifiedProeprties, rep:addPro...
Hi All, I have created a simple service in Sling and deployed the same on my AEM instance. However, the activate method is not getting called for this class. Here is my implementation class: package com.company.project.auth.impl; import org.osgi.service.component.annotations.Activate; import org.osg...
Hi guys,I noticed this was the case in a vanilla AEM 6.5 instance and did some digging and blogging.Basically the template that renders the content fragment is missing the cmp-image css class that makes images responsive.If you would like to read how I came to this answer please read more below:Why ...
Hi All,Just wanted to ask if there any documentation available to integrate AEM and not AEM Forms with mirosoft dynamics 365.We have a requirement where we need to integrate aem out of the box form with microsoft dynamics. I have seen the documentation related to aem forms integration but those are ...
Hi Team,We have a requirement where in we have multiple sites and each site have there own logout link.Now when we logged into all the three sites in one browser in multiple tabs and click on logout button on one site then we should get logged out from other two sites as well.Can we achieve this?Reg...
Hi All, As we know, how AEM has edit bar for components in classic UI mode, do AEM 6.3 have any edit bars for touch UI mode, instead having the floating dialog. Issue is web-pages which are having more than 10 components on page, it is hard to differentiate from one component to other until unless w...
I'm trying to perform a query on the CRX of a 6.2 Adobe AEM version.I have to execute a fulltext query on all subnodes of /content/connect/it/supplier/<aNode>/jcr:content/service/legal where <aNode> is a generic node1, node2, node3 (and so on) as you can see in the following picture:To achive my tar...
Hi everyone!We're in process of upgrading environments as well as code base to support AEM 6.5. When I install our project's bundles which use uber-jar 6.5.0 (either apis or apis-with-deprecations type) to a clean AEM 6.5 instance somehow authoring UI of SPA pages appears to be broken: I cannot chan...