Hey All,I just got to the end of Getting Started with AEM Sites Chapter 2 - Creating a Base Page and Template and everything seems to be working okay other than the breadcrumb component mounted in the video at the end of the tutorial. I'll share some details below:The tutorial uses core.wcm.compon...
When I run a predicate query with sling:resourceType= apples/components/page/article and orderby=@jcr:content/cq:lastModified&orderby.sort=descI get results with sling:resourceType= apples/components/page/article but I dont see sort order working.http://localhost:4502/bin/querybuilder.json?path=/co...
Hi Team,I have a container component which on configuration adds another sub components inside it. The issue is I am not able move/delete/cut/copy those sub components.Any idea?Thanks in advance!Regards,Rachna
Hi,Is there any documentation or white paper available on public domain or on partner solution portal about the basic steps to be taken for a customer to move from custom AWS to Adobe Managed Service?Sure, we need to understand specific details in a discussion mode with Adobe, but just for preparati...
Hi All,I am able to search with in a path for multiple properties with OR condition group predicate (Search with path if prop1 or prop2 exists)http://localhost:4502/bin/querybuilder.json?path=/content/app/path&group.p.or=true&group.1_property=color&group.1_property.operation=exists&group.2_property=...
Hi,I am trying to use responsive behaviour of core components via proxy components. I am using OOTB teaser component.In editable template, I have added teaser component which have resourceSuperType core/wcm/components/teaser/v1/teaserI am in the layout mode and see the resposive layout.I tried to se...
Hi Team,I have a requirement where I need to add a custom footer to the aem/start.html page.I saw the below code in "/libs/granite/ui/components/shell/page/page.jsp " where there is a globalfooter being referred to but I do not see one in the start up page.Resource globalFooter = resourceResolver.ge...
AEM screens location propertiesCustom Tabin JCRdisplay preview modeI already assigned a sequence channel to that display and a screens components.HOW CAN I ACCESS THAT CUSTOM OPTION IN MY CUSTOM SCREENS COMPONENTS?only access the jcr:title of my sequence channel. I want to access the location JCR an...
Hi All,I'm facing issue with this above API class, I'm working with AEM 6.3 SP2 version. Is this api deprecated ? Because of this my jsp is not getting compiled. Any suggestion will be helpful.
I need to disable some fields based on the checkbox. If the checkbox is checked, I need to disable some fields, not hide them. When the checkbox is selected the fields need to be grayed out and not authorable.