Hi Everyone, I want to export my conent fragment data in JSON format using specfic end point with servlet, I want the ouput of the data like below attached screenshot, Kindly Help me if you have any ideas for this issue. Thanks.
as above. As an example, I want to pass a property (example: ${properties.myVar}) to the javascript. How can I do it? Thank you. <sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html" data-sly-call="${clientlib.js @ categories='acme.my-custom-clientlibs-here'}"/> In my javasc...
We have requirement when user will hit AEM, it will mapped to certain group based upon user profile available in lDAP server. To create the user we have SSO in place and now have to map this user to group though custom code . Can someone guide how to achieve this ?
Hi,Can you please help me with the below requirement.How to Fetch the report of a XF fragment, like if we select any fragment it should fetch details of where all the pages the fragment is present. Thank You @arunpatidar
When I upload an asset (tropical.jpg) to the dam and the asset already exists in the dam and I select Keep in the UI Dialog: Duplicate Asset Detected the following trace is recorded in the error.log. The image in Dam stays forever in status Processing...There are two workflow status entries record...
Hi All,I have created a custom search facet from the search forms, after creating this a node structure became visible at the path "/conf/global/settings/dam/search". Now , I am trying to set ACL's for the path - "/conf/global/settings/dam/search" via repoinit , the build get succussed in local , bu...
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...