Hi @kgpraveen,every CDN has a different cache purging API. I wasn't unaware there was a feature to purge customer CDN as well.Please let us know if it works as expected and which CDN you are using. Good luck,Daniel
Hi @MichaelNeu007,As @bhavigoyal pointed out, reusing existing components in HTL can be achieved with data-sly-resource. For example, if you want to build a teaser component from the existing image and text components, this is how your teaser.html could look like:<div class="teaser">
<div class="t...
Hi @user96222,this is a great question, I haven't tried to set it up locally on AEM SDK, and I don't find any documentation related to CF Editor specifically. However, the new CF Editor should be based on the Universal Editor, so maybe the approach is the same as: https://experienceleague.adobe.com/...
Hi @KNan,Dynamic Media images are delivered trough a different domain and different CDN then AEM Sites. In AEMaaCS you can go to Tools -> Assets -> CDN Invalidation to manually invalidate Dynamic Media CDN cache.Also, you can set custom headers in Dynamic Media using Rule Sets. Rule sets are stored ...
Hi @Tom_Fought,I am working on a quite complex AEMaaCS project with >100 websites and our team setup is:1 PO1 SM1 SA1 UI/UX3 BE Devs3 FE Devs4 AMS to cover all time zonesI believe the best solutions are built by small teams composed of talents who really know what they are doing. In my experience st...
Hi @Keerthana_H_N,You can generate Integration accounts/tokens in the Developer Console. See https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/generating-access-tokens-for-server-side-apis Good luck,Daniel
Hi @GayatriSo,is your primary role QA? If you are not doing any development work but want to learn better how AEM works I suggest "Business Practitioner (Sites)". Please note that there is a Professional and Expert level, in case you are already experienced you might want to go for Expert right away...
Hi @webtech11,sorry, my mistake, I thought you wanted to learn how to develop/customize for AEM, not author content. Forget GitHub in that case, it is used to version code for AEM customizations and extensions. Good luck,Daniel
Hi @Ana_BelénCa,not sure how "smart" this rule in SonarQube is, but in more advanced vulnerability scanning tools like Snyk would check all the places where you call the method and if you are passing any user-provided params. Good luck,Daniel