I have a use-case where I want to use expose a JSON(Multiple resource types). /content/wknd/poc/jcr:content/root/container/imaewithtext.json .its exposing only parent content not child components(Text and Image) <div class="imagewithtext"> <div data-sly-resource="${'image' @path='wknd/component...
Hi All, I tried to do a PoC on personalization using OOTB ContentHub. Everything I did as per documentation but when I am browsing the page from different browser or location, the page paints other components but not the targeted components for that we set the activity and audience. I am seeing be...
Hi, I am trying to redirect the home page of a website based on the browser language of the user. For doing this, I have put in the following rule which is not working.- #Redirect for Portuguese language based on HTTP headerRewriteCond %{HTTP:Accept-Language} pt [NC]RewriteCond %{HTTP_HOST} xxx....
I have multiple country specific sitemap.xml (/us/en-us.sitemap.xml , /us/es-us.sitemap.xml) which is created using OSGI configuration (com.adobe.acs.commons.wcm.impl.SiteMapServlet). Now I need a index sitemap at root of the domain (localhost:4502/sitemap.xml) having all the market's sitemap. Any l...
I have an en master page where in I have a fr live copy but in the live copy page Live copy tab is missing in page properties. Can anyone help me why the fr page isnt a live copy Thanks, Vani.
Hi Team, I have a custom Carousel Component inheriting from Core Carousel. The carousel has slick slider implemented in it. The markup is minimally changed other than addition of a <div> container which has slick slider dependency. <div class="${wcmmode.edit ? 'carousel__authoring' : ''} carouse...
As we upload the asset in aem dam we observed that /content/dam folder properties getting updated due to which asset is not visible after uploading . This is AEMAACS 2022.9.8722.20220912T101352Z . However we tried with same jar version on local sdk with same custom codebase but it is working fine ...