Hi @josephambrose
header config file is use to apply custom HTTP response headers to resources, for example to allow CORS.
You can see those headers in the page request.
Please check below for more details
https://www.aem.live/docs/custom-headers
Hi @agyawa
We can't store String[] property with 1000s of entries whose size exceeds 16MB.
Please check https://medium.com/@bsaravanaprakash/how-big-can-string-properties-get-in-aem-understanding-string-property-limits-in-aem-b5635aec6fcf
Hi @josephambrose
I am not sure, if there is a specific property, maybe try using full name.
but you I think you still wants to make sure when you access STG AEM environment, you should only see the Stage repo.
HI @Zendarkke Please check example here : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/sling-models-adapt-to-great-grand-child-nodes/td-p/657465
Hi,
If you are using core components then you can load clientlibs with type=media using core component Template or Sling Model
https://github.com/adobe/aem-core-wcm-components/blob/081c26da731047659642e7863345b69b07bb931f/content/src/content/jcr_root/apps/core/wcm/components/page/v3/page/headlibs....
Hi @srikanthpogula You can check
https://experience-aem.blogspot.com/2015/07/aem-61-get-references-of-page-or-asset.html
https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/wcm/commons/ReferenceSearch.html
Hi @Vinithm2 It can be used with any component, you just need to add container component as supertype
Example : Text-and-Image component
https://github.com/arunpatidar02/aemaacs-aemlab/blob/master/ui.apps/src/main/content/jcr_root/apps/aemlab/oneweb/components/text-and-image/.content.xml
Hi @NageshRaja We had same situation due to bad architecture where we had 500+ environment variables and on AMS.
we had to implement a custom solution to only deploy correct config based on environment without replying on AEM.
Here is the blog, not sure if its gonna help in your case or not - http...