I have to create robots.txt file for my project. We are using AEMaaCS. My questions are -1. Where should I put the file? Should it be under /content/dam/project_name or somewhere else?2. Should it be generated manually or dynamically using a servlet? Are there any good and updated resources to refer...
Hi Team, We are trying to integrate Puppeteer in ui.frontend module. Issues in resolving the puppeteer launch. Does anyone faced similar challenge? Thanks
I am running aem sdk. I have made some changes in the helloWorldModel and trying to build and deploy the bundle by using "mvn clean install -PautoInstallBundle" but getting below attached error. Please see screenshot below and do the needful.
I am trying to connect to ldap server using ldap api from AEM.I am able to run the code and see the results with stand alone java but when I have the same api call in OSGI service and deployed the code in aem,seeing below error. Can some one help with solution.org.apache.directory.ldap.client.api.ex...
Hi Team, We are trying to allow/restrict few page access based on IP adress. Requirement is if user is connected with VPN, can access resource /content/mysite/us/en/private/*, if not connected, it should give 403 to all. What we tried as below but its not working. Although IP address is correct in o...
Hi, I have made partial changes to an experience fragment and authored it within a page. Now, I am attempting to publish the page using the quick publish option, but I do not want the experience fragment to be included in this replication. Is there any OOTB feature available to accomplish this? Than...
Hello, We have a large AEM page structure and now want to export an entire branch from this structure and import it into an empty AEM installation.Is this possible with AEM? Thanks for your help/ideas. Dirk
Hi GuysI have two fields1. Dropdown with two options (1. type1, 2. type2)2. Multifield with 4 items (item1, item2, item3, item4 ==> four items all are text fields) case1: Now I want to show item2, item3 and item4 fields when a content author select dropdown option as type1 1. Dropdown(type1) 2...
Hi Community, I need to add a style attribute to an element in a HTL file, if a checkbox is checked and I tried the below example.<div class="test" style="${model.checkBox ? 'display:none' : ''}"> </div> I also tried ,data-sly-attribute.style=""I guess which is not allowed. Is there any suggestion...