I'm configuring the Apache Sling Logging Logger in AEM, but I noticed that the Logger field doesn't have a text input box to specify logger names. 樂 I also clicked on "+" to add a logger, but it's not getting saved. Has anyone encountered this issue before? Any insights on the cause or a possible fi...
HI Team, Getting resolver from resourceresolverfactory and getting resolver request in servlet for both by path servlet and by resourcetype servlet what's the difference in these two. Thanks,Keerthi K.
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>