Hello, what happens is that I am implementing the Web-Optimized Image Delivery API in my custom components to convert the uploaded assets into webp format. Use the Adobe Official documentation:https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/developing/advanced/web-opti...
Hello everyone!I am new to AEM and I have read the following documentation about the Blog Feature - https://experienceleague.adobe.com/docs/experience-manager-65/communities/authoring/blog-feature.html?lang=en - but I did not understand, the documentation has some "setup" redundant links and I could...
Hi Team,When I add a container on the bottom of the page, it doesn't have the style system options visible. When I add another one, the new one has them. But not the first one.When I remove both of them, refresh, and try again, same issue.
I have added a custom checkbox to the page properties and am attempting to invoke a servlet when the author checks this checkbox.ICurrently searching for the precise code or file that needs to be overridden within the 'apps' directory in order to call the servlet.
Scenario is :-We added the pages to translation jobs first time then it gets translated correctly.Second time if master english page is updated and same page is send for Retranslation using Update Language Copy option from reference panel OR Translation job submission from Project Console. It creat...
We have AEM system integrated with ETMA support. We have added pages in translation jobs with Human Translation method and From Master English(US) to multiple languages.After submission status remains to Submitted for some jobs and Committed for translation for other jobs.It should be Translation i...
registry.register("foundation.validation.validator", { selector: "[data-validation=text-validation]", validate: function(element) { let el = $(element); let pattern=/[0-9a-z]/; let value=el.val(); if(pattern.test(value)){ return "Please add only Upper Case Letters in First name"; } } }); this is wor...
Hi Team, I have a page with no body but will just need to have the script included in the head section of the document. Is there a suggested/recommended way to achieve this other than building a component that includes this <script> tag? Thanks in advance for the help!! -Manasa
Hi team, I am in the process of building a website using AEM Sites, utilizing SPA Components and SSR. For this, I am using the standard AEM Archetype (https://github.com/adobe/aem-project-archetype), with the appropriate flags (enableSSR etc). Part of this, is a POM file which reads pipeline varia...