Hi @Vineeee On simple straight forwars way yhat I see is this:Add a mtifield to your componentThe item in the mutifield you be a simple Granite path selector field that will hold path to your CF.In this was you can add as many dialog items you likeEach dialog item will represent a carousel itemThen...
Hi. Is there an API or other way to update metadata of multiple assets in bulk from third-party platform, in an AEM on-prem setup I already reviewed this article https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/how-to-bulk-update-metadata-in-aem-assets/td-p/573132. Bu...
There is a way to limit the multifield, but needs custom code. Many already did it: https://aemhints.com/2020/10/24/limit-multifield-aem65/https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-set-min-max-item-in... As for adding dynamically those many children, it can be ...
@akshaybhujbale 1. Assets API are like /api/assets/some_asset.json. Your endpoint is a request for a DAM resource straight forward. Assets API url for you would look something like:https://author-p*****-e******.adobeaemcloud.com/api/assets/bcbsnc/pdf/providers/policies-guidelines-codes/policies/com...
@Zendarkke 1. When you already have significant content that has that container-->child structure, I don't think you should actually create an intermediate node. This might be a cumbersome operation, as you will need to write some code to alter all your places in content where you have such contain...
Hi @MIkolaj Your CFs will reside in AEM in a location probably like /content/dam/brand/shops. Where you will have a structure like- cf-shop1
- cf-shop2
...
- cf-shopNThe path for each is always unique, AEM makes sure of that. So the path will represent your unique URL. So you can use the cf node na...
Hi @donquixote_dofl
I believe that is one of the roles/features of a monitoring tool. Do you have any on your project ? Splunk, Newrelic, Grafana, Instana, Datadog, Dynatrace etc
Hi @guodongha Can you try to add languageIn and languageOut flags ?Something like:jsProcessor="[default:none,min:none;languageIn=ECMASCRIPT_2021;languageOut=ECMASCRIPT_2021]"Available options are in the documentation: https://github.com/google/closure-compiler/wiki/Flags-and-Options