Hi All, I got following use case and looking for options as well clarity on sling rewrite transformer factory, transformer. mobile app will access AEM site urls with a query parameter "mobile=true" and header, footer needs to be hidden. options:1. append query param "mobile=true" to all anchor eleme...
I have a issue but seems to be due to in a virtual box, could you please let me know, if you have any idea on below issue. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/archetype-23-build-new-aem-project-failing/qaq-p/367928#M76444 @kautuk_sahni @Theo_Pendle
Hello All, I am trying to execute following in a virtual box to create a new maven aem project on 6.5 , maven 3.3.9 $ mvn -B archetype:generate -D archetypeGroupId=com.adobe.granite.archetypes -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D aemVersion=6.5.0 -D appTitle="P...
^http/site1.com.80/(.*)/book/(.*)/content/site1/$1/booking-path/$2/$1/book/$2 above are sling match, sling internal redirect values. when I do http://site1.com/en_US/book/searchit resolved to /content/site1/en_US/booking-path/search But when I do and use map :/content/site1/en_US/booking-path/search...
It is from AEM editor code.#FullScreenMask { position: absolute; width: 100%; height: 100%; z-index: 1000;}This is the error I see in console and not able to edit in components in edit mode.I do not see layout, timewarp options in the Edit button drop down.
Hi there,Environment: aem 6.5.1, aem 6.3.3when I load one of my site pages, it is having below fullscreen mask , stopping clicking on any links or buttons.If I remove above div , it is working fine. please help.Thanks,Sri