Hi, We had a requirement to listen for every modification of an asset and send the asset details to the client API. Since each modification generates multiple events, we added a map to check if the path already exists; if it does, the API should not be triggered. However, sometimes the map fails to ...
Hello everyone,I have a requirement where I need to trigger a workflow upon publishing of some nodes like (page, assets, content fragments, experience fragments , tags , e.t.c) whatever resource a business user can see and publish.I need to work only for quick publish or publish button but not for m...
I have a requirement when an asset uploaded/created in DAM need to update some metadata property like if any spaces in title property need to remove and add some value to that property .What would be the best way to achieve this .
Is there a way we can make the data-sly resource NOT EDITABLE without making the wcmmode='disabled'?Heres my sample code:<sly data-sly-resource="${resourceType='sample/component', wcmmode='disabled'}"></sly>
Hi Everyone,Using curl command to upload .jar to http://localhost:4502/system/console/bundles. Tried multiple commands none of them worked for me. I don't see any command on adobe official documentation also for the same. Is even possible or I need to try any other way. Please provide if there is a...
I am trying to implement a Content Fragment in Edge Delivery Services (EDS) using the Universal Editor. I have created a Content Fragment with the following definition and model JSON: { "definitions": [ { "title": "Content Fragments", "id": "aem-content-fragment", "plugins": ...