I'm using GraphQL to retrieve DAM content from AEM and I get the _publishUrl as https://publish-p******.adobeaemcloud.com/content/dam/my-project/folder1/subfolder1/imageName.jpg I don't want to expose the publish url of my AEM instance. Instead, I have Dynamic Media enabled and I want the url t...
Hi Team, I am getting the below error in the AEM authoring JS. When I comment one JS then its showing the same error for the other JS files as well. Please let me know if I need to add any dependencies. @Vijayalakshmi_S @arunpatidar @Suraj_Kamdi
Existe uma forma de incluir arquivos webp no Site?Consigo colocar no Assets e selecionar nas imagens do Site, mas ao publicar a imagem não aparece.Arquivo WEBP é o arquivo ideal e mais leve para carregamento mais rápido. Obrigada!
Hello Team, I am getting 403 forbidden error when accessing page with trailing slash at the end like: https://host/products/productname/If I access page without slash at the end of the url it works fine like https://host/products/productnameTo resolve this issue I tried adding rewrite rule inside If...
Hi, I would like to show a list of content fragments with title something similar to list of blogs/post & when title is clicked, it should load full page content where respective content fragments is used.All the blogs/content fragments will be created in author instance only. After some search, I f...
When I create a page I am not able to upload Image in page properties but when i create the page and then open properties it works fine.Note: I used cq:showOnCreate to true still dialog appears but Pick functionality doesn't work although browse work
I need the number of live pages in my site, is there any way to collect the data quickly? It's impossible to count pages by hand for the large amount of data. Thanks.
In RTE I am trying to add below line in source edit<h1 style="color: blue;;">A Blue Heading</h1>It has two semicolons after bluewhen I try to move out of source edit whole page freezes and doesn't respond. Tried multiple time same issue is there.
If I have code in ui.frontend that manipulates the DOM that the HTL renders, how should I be writing unit tests to test the interactivity between the ui.frontend and HTL? I could try to copy and paste a small section of HTL template html as a unit test fixture but I can't copy page properties. Seems...