Hi ,I have extended tags property in my base page component using below code for basic tab so that i can make that field mandatory.<basic jcr:primaryType="nt:unstructured" jcr:title="Basic" sling:orderBefore="article" sling:resourceSuperType="wcm/foundation/components/bas...
Hi, We have added some new cq:tags to parent and child pages and rolled out to live-copies by selecting "Rollout page and all sub pages". sometimes cq:tags are getting rolled out correctly to parent and child pages, but for sometimes cq:tags are not being rolled out to child pages. We have also adde...
Hi, aem request.log file includes a requestId. Please find example below. I would like to know if If there is a kind of global getter in AEM to get that requestId and use it in my own log statements in order to be able to identify what log messages belong to which request ?30/Oct/2023:00:02:17 +0000...
I have added a multifield component on page properties. I want to have a validation on the values entered in it by authors. It is a textarea. Validations: Author should be able to enter only numeric values and ',' in special characters. Also, there should be a maximum length of characters allowed in...
Hi All I am trying to set translations for my dialog and style system in AEM as Cloud. While I am able to translate the dialog using i18n , the style system values are not getting translated. Any help is appreciated. TIA Veena
Hi all, we developed a Translator Plugin using the Adobe Bootstrap sample code against a local AEM instance (the quickstart). We would like to make that plugin installable and usable in AEM as a Cloud but the documentation is vast and the process is not very straightforward.What are the steps to fol...
Hi All, I have a requirement to query for matching tags on parent node and matching property on child nodes. we need to query each time, based on the user selection. As this a bulk query, can we create an index that fit both my searches? Or is there a better way to restructure content to optimiz...
Hello! I'm trying to fix an issue with clickjacking, and I was following this guide here: https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/getting-started/security-checklist.html?lang=en It mentioned setting the X-FRAME-OPTIONS HTTP header to SAMEORIGIN. By default, in our...
Hello team, I am new to AEM. I wanted to know if there was a way to add other Social Media Sharing options to AEM sites other than Facebook and Pinterest. Ideally, I'm looking for LinkedIn, Twitter/X, and email sharing. Thank you!
Hi Team, I am programmatically creating pdf , docx and txt files and saving in /content/projectFolder. I need good/fast performance when I want to save these files in AEM programmatically . I am thinking if I create nt:file as jcr:primaryType then it will be faster as compared to dam:Asset(since nt:...