Hello, I want to take 9A0-384 AEM 6 Developer exam, but when I tried to register I found out that there are no this exam in Pearson Vue list:[img]https://api.monosnap.com/rpc/file/download?id=nGmIjXHEehFjHD4W29LKEN9KrNh9yK[/img] So I asked Pearson Vue at their chat this question and they answered th...
Hi Team,Our requirement.1. Single vanity URL -- for different languages.Example:: geometrixx.html is the shorten URL for en, de, fr languages.http://geometrix.html, If the user hits the URL, based on GeoIP, Akamai has shown their corresponding language content.Is there any way to achieve?Please giv...
Hi,I am using Adobe CQ5, and just created a new .js file in project ( which checked out from perforce ). Now, I want to see those file in locally for eg, something like right click on js file and select 'show in explorer', which should open the file location in windows. But I couldnot figure it out ...
Hi All,Have heard about url rewriting. Went through the below topics :- https://docs.adobe.com/docs/en/dispatcher/disp-domains.html- http://brian-vaughn.blogspot.in/2013/12/aem-url-rewriting.htmlThe above gave some inputs on this. However, could not locate any sample/example to understand this in a ...
Hi,I need to remove all the tags that are automatically inserted inside a richtext.The default use case converts a string X to <p>X</p> and sometimes to <p>X</p><p></p>First of all anyone can explain me in which case the X is converted to <p>X</p><p></p> ? I have only one row, not two rows...removeS...
Hello Team,I tried to build a package with many filters(around 20) from crx package manager. But, the package build has taken a lot of time and eventually I refreshed the browser to stop it. I believe that all the filters were of small size and the whole package on the whole should also be small in ...
Hi All, We are working on a demo to get responsiveness using Layout container . We see the components that are dragged and dropped in responsive grid parsys can be re-sized using breakpoints in emulator. So how to achieve the same behavior for the components that are cq included in templates ? OR ...
Hi, I have a user who has read only access to all nodes under this path. /content/folder1/I have a page like this. /content/folder1/folder2/mywebsite/pagegroupA/demo.html. folder1/folder2 are sling:OrderedFolder and pagegroupA, demo are both of type cq:Page. The user can access the page with /conte...
Hi all,I am wanting to dynamically "hide" a parsys on one of my AEM pages when it is in edit mode. I am wanting to do this with in-code script, taking advantage of the "cq:widgets" clientLibrary. I have a javascript file where I am using the CQ.WCM.getEditable method to find a component by giving it...