Is the layout container a replacement for parsys? It seems it can do what the parsys can do in addition to all the responsive layout features that it supports. Agree / disagree with this?In view of that, is there any case where using the parsys makes more sense than using the layout container? Or th...
Currently we've OOTB styles plugin configured for RTE in AEM 6.3, we need to add second styles plugin(duplicate styles plugin with name "sizes").I tried to use the same script from styles which i found under the path /libs/clientlibs/granite/coralui2/optional/rte/js/components/rte/plugins/StylesPlug...
Hi All,I am trying to develop site using editable templates. These works fine with logged in user on publish but when trying to access the site using anonymous user, page content is not rendered properly. I found out that on giving read permission for anonymous user on /conf folder resolves this iss...
Hello Everyone, Facing a issue in live copy creation through the blueprint. Following the below steps.Step 1: Created the below structure in AEM, Containing English(en) site structure.A*** Website -> English(en) -> ProductStep 2: MSM Control center, created a blueprint of above structure.Step 3: Cre...
Hi Everyone,We are in a situation where we have to perform up to a 1000 queries per request looking for asset nodes. The queries we use are similar to this one:SELECT * FROM [dam:Asset] As s WHERE ISDESCENDANTNODE ([/content/dam/msi-dam]) AND s.[jcr:content/metadata/cq:productReference] IN ("/etc/co...
Hi, excuse me, Im noob in AEM 6.3. I have a cq: Client Library Folder that contain a js with a function as shown below.but it said "granite is not defined" when I try to get some property from the touch UI dialog like this:var prueba = granite.resource.properties["showComercializable"];where "showCo...
Hi CommunityDamUtil.getTenantAssetsRoot implementation has adaptation of resource resolver to a Tenant class:Tenant tenant = (Tenant)resolver.adaptTo(Tenant.class);and tenant object for my requests is always null.I also noticed that the repository has a node '/etc/tenants'. I believe it has nothing ...
Hi All,We have a workflow being developed in AEM 6.2 classic UI. Right after "Flow Start", there is a dynamic participant step say "A", there is an OR split and 4 branches/flows under it.1] In one of the flows, after "A" we immediately have two custom process steps in succession followed by a dynami...
Hi All,I want to export the jcr:content of the page including all the component details like property name and value to the excel sheet. I need to do this in AEM 6.1. Can anyone already did like this? Appreciate your help.Feike Vissersmacdonald2008Arun PatidarThanks,Vijay
****************************************************************************************************************************************************************************** Hi, We have implemented an Event Handler registered as below: import org.apache.felix.scr.annotations.Component; impor...