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...
Hii have one config which is factory.Now whenever i went to configMgr and click on add , multiple are adding but the name of the config is file path and extension is coming from pid But i want the extension name should come from either code or in each config we will give one property with "name", wh...
Hi Team,We are attempting to publish the tags to the preview instance. Do we possess the capability to publish the tags to the preview instance in AEM as a cloud service directly from the dashboard itself? While we can perform the publishing through content distribution, we are interested in having ...