@KarthickVe
I guess that's because Cloud emits following event
Cloud uses SCD, thus the events might also be different.
But, as I mentioned earlier, please cross-check, deactivation from author should automatically delete files in publish OOTB.
@JhansiCh1
1. The Breadcrumb component's hierarchy is configurable on
Edit DialogPolicy Dialog
https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/wcm-components/breadcrumb
Please assure both the configs are on expected level. Ideally, Edit config should override...
@akshaybhujbale
You definitely need to optimize your query.
Make sure you query in the deepest possible level in the hierarchy.Get rid of p.limit=-1. You are trying to get pages in a single hit.
Unless you are already not optimizing query based on paths, it was bound to fail, as the repository ...
@SanketJa1
There are multiple options with examples discussed on https://kiransg.com/2021/11/07/aem-iterating-node-best-practices/
I would suggest Resource Filter Stream
Apologies @NitroHazeDev I haven't use Form Data Model. I have shared details based on my experience with PDF viewer.
Could you possibly validate this in the Data Sources ui?
Thanks for addressing the 2nd query @himanshu
If I am understanding correctly, the Launch (at.js/Web SDK) are for Target to personalize content on UI (AEM pages for example)
While the Target API integration is to push the XF from AEM to Target.
Would that be a right statement?
@NitroHazeDev
The OSGi override would not rewrite the CA config value in /conf nodes. The /conf nodes will have the value what is authored from CA config pages.
The OSGi override value will take priority when the config is fetched via other Services (like Services, Sling Models etc).