Hi @kanikaa32870678 If you have only 2 3 pages to be converted, I would suggest you to do it manually. Following are the steps:1. Create page using the editable template.2. Copy the content nodes from original page to new page.3. Open the page in edit mode. Do thorough testing to make sure the cont...
Hi @Ameen_Dev In AEM, creating a content fragment variation typically involves starting from a master variation. Typically, the master variation serves as a template or base from which other variations are derived. This helps maintain consistency and allows for easy management of variations.In your ...
The reason behind you not being able to see your site on local can be a number of things. Make sure that the content pages are installed correctly. Moreover, take a look into the error.log file. It can help you narrow down on the issue that might be causing it. You should also take a look at the bun...
this works, but when we are searching for %Test% it doesnt. I wanted a query that is case-insensitive. I read somewhere that CONTAINS() works better in such a case but it didnt work for me.
Hi, I want to write a query in SQL2 to search through content fragments under /content/dam/testProject/content-fragments/en_us which is created using a specific template. In this query I also need to make sure that a property, myProperty contains a string "test". I have to make sure that the search ...
Looks like AEM does not support webp images. Following are the supported formats in AEM: https://experienceleague.adobe.com/docs/experience-manager-65/assets/administer/assets-formats.html?lang=enYou can consider following this thread for more information:https://experienceleaguecommunities.adobe.co...
If its on your local, make sure that the Default Agent of Replication Agents on Author is enabled and configured properly.http://localhost:4502/etc/replication/agents.author/publish.html
Hey,You can try to create an aemContext using private final AemContext aemContext = new AemContext();Using Mock annotation, initialize your request as below:@Mockprivate MockSlingHttpServletRequest request;Then you can get the mock request using the request() method like:request = aemContext.request...
Hi @EstebanBustamante, Thanks for you reply!I dont think thats the issue, I am able to see CA-configs from other projects available in the instance but not the ones that are created inside myproject codebase. To test this, I created a ca-config inside one of the other projects and I was able to see ...