Hi,
We are using OOTB ca-config "com.adobe.cq.wcm.core.components.config.HtmlPageItemsConfig" to load a script on our page.
But the script src is different for each environment. So, to override it through OSGI, I have tried using Apache Sling Context-Aware Configuration Override Provider: OSGi configuration.
my Ca-config is stored as follows:
I want override the "value" property of srcAttr and my Override provider config is as follows:
but I am unable to achieve it,
could someone help me what's need to be corrected in this case?