Hi @mohibul_hasan_dhrubo As far as my understanding in order for the dam:score to populate we need to enable asset insights unless its enabled and tracked with scripts at asset level there is no direct OOTB way to get it as report. Only way as per my understanding is create a servlet using AssetRefe...
Hi @vinuu123 Have a look at this tutorial which explains how to fix broken links.https://help.monsido.com/en/articles/6086670-quick-guide-fix-broken-links#h_6389a2ba27Also i would suggest to raise such third party non aem related question in the corresponding vendor support site in this case monsido...
Hi @ujjawalkumar1 If you are not using AEMaaCS in that case follow the below article to setup a docker container and run Dispatcher in that container. It works perfectlyhttps://blogs.perficient.com/2021/01/05/setting-up-a-local-aem-dispatcher-with-docker/ If your looking for AEMaaCS SDK setup in loc...
Hi @naveen_27_05 For Decorative Images( Images which dont need Alt text since they are used for decorative purpose which means they will ignored by assistive technology for ADA purpose). Now i am not clear why you want to add ALT text for a Decorative Image. In short Alt text is supposed to be blank...
Hi @P_V_Nair First to disable cache at Dispatcher enable the cache rule for your servlet url in dispatcher.any under cache /rules section.example:/0004 { /glob "/content/dam/test-code-reader*" /type "deny" } For Disabling cache in Akamai under the specific domain web property add a cache exclusion r...
Hi @Shelson This can be done by overriding AssetDownloadServlet. Please refer this article for implementation detailshttps://aem4beginner.blogspot.com/overriding-out-of-box-servlet-in-aem Hope this helps. Regards,Rajashankar.R
Hi @asn11 It Depends on your requirementa) If you want to expose only a snippet of text then Using Content Fragment you can directly expose as Json.Also you can create a Content Fragment Model if you need additional widgets without layout.Content Fragment need not be part of any page content inorder...
Hi @nbg62 For this case you need to overlay below path and add render condition to hide create holder option to users of a specific group /libs/dam/gui/content/assets/jcr:content/actions/secondary/create/items/createfolder/libs/wcm/core/content/sites/jcr:content/actions/secondary/create/items/create...