If I am making the checkbox default checked using coral2 checkbox field, <enableBanner jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/checkbox" fieldDescription="Check if shorter banner is required." listener="toggle.checkboxShorterBanner" ...
Hi, We created a new title component under my project folder with sling:resourceSuperType: core/wcm/components/title/v3/title. And for title component dialog we are having 2 fields one is jcr:title and the other is heroText. For heroText we used sling:orderbefore property to show only one sibling f...
Hi, Has anyone implemented context aware configurations in EDS using Universal Editor. If not, is there any alternative functionality that we could use in EDS. Please let me know, if anyone knows anything about that. Will appreciate your help. Thank you.
I have a clientlib path which is getting generated in <script> tag by using data-sly-call to a specific clientlib category in HTL fileIs there any way that we can get this etc.clientlib path with the proper id in Sling model?
Hi Team, I have a requirement to enable the /.well-known/security.txt for all of my domains, I did added filter rules and rewrite rules for the same but it is blocking at dispatcher end. /0002 { /type "allow" /method "GET" /url '/.well-known/security.txt' } RewriteRule /.well-known/security.txt$ /c...
Hi Community,We want to expose some custom application metrics like cache hit ratio, external API call counts, or custom service health checks through JMX Console for better monitoring.I am aware that AEM exposes several built-in MBeans (via /system/console/jmx), but we need custom MBeans for our pr...
Hi all,On cloud I need to whitelist the egress (outbound) IP addresses on a third-party API firewall. How can I find the list of static egress IP addresses used by AEM environments? Does Adobe provide fixed egress IP ranges, and where can I access the official, up-to-date list of these IP addresses ...
I am trying to automatically synchronize my GitHub repository with the Adobe Cloud Manager Git repository, so that my Cloud Manager pipeline always has the latest source code. I created a GitHub Action to push changes from main, develop, and other branches whenever there’s a commit. However, my push...
Is it possible to logically and securely segregate development, pre-production, and production environments within Adobe Experience Manager?Specifically:Does this segregation require the configuration of three distinct Adobe Programs, or is there a native way to manage multiple environments within ...
I'm working with AEM 6.5 and looking to optimize performance by configuring the minRecordLength property under org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.The documentation recommends setting this to 100 to ensure binaries (like DITA files) are saved in the Data Store instead of t...