Hi All, We have built new project structure using latest archetype 36 for on-premise instance. After building , noticed sdkVersion and sdkFormsVersion is coming as “latest” under archetype.properties file. Can someone please suggest if this is expected or we are missing something ? Also using latest...
Check this if helpful https://aemsimplifiedbynikhil.wordpress.com/2019/10/04/read-write-data-in-json-file-of-dam-in-aem-making-rest-api-call/ Here they are creating JSON file instead of text file
It totally depends how you want to inherit. If you will not create homeHeroTeaser.html then everything will come from parent component and you can override respective file in your custom component . If you will include homeHeroTeaser.html , then only dialog will be inherited and have to include/cre...
Please check in CRXDE of publish instance, if page is available there . If not, check your replication agent configurations or deploy your content package manually (also deploy code package if not available) on publish instance.
Hi,We have requirement where business can upload word document , PDF files and emails . We know omni search provided OOTB in DAM works as full text search on metadata of assets. Can someone please help if we can search word document , PDF files and emails uploaded in DAM using words/text used inside...
There are multiple blogs available which you can follow like and reorder using below icon https://aemhints.com/2020/10/24/coral-multifield-aem65/http://www.aemcq5tutorials.com/tutorials/create-touch-ui-nested-multifield-dialog-aem/
I think this is feasible . Not able to recall fully but we had configured SMTP configuration without password . But actually it doesn't means we are skipping authentication. In our case SMTP team did few settings at their end and whitelisted few IP's (might be adobe server IP) to make it workable .
There could be many solution to achieve this . Let's say you are setting Global DAM solution for a customer . You need to serve images from DAM along with some other details like Asset type , Asset category etc. which need to be displayed on any ecommerce site . Using DAM it would be very easy as y...
Are you creating your configurations as "sling:OsgiConfig" node . I am not seeing anything in crxde like below <?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"jcr:primaryType="sling:OsgiConfig" Check this confi...