Hi @dylanmccurry 1. I don't think AEM does this OOTB. You may use ACS Commons Assets Packager2. I think it is safe to not include renditions, in the attempt to make your package lighter. But if your site needs them, you might end up including them. Or, your local AEM might regenerate them once you ...
I would like to raise a topic for which not even to this day I don’t have a clear straight forward concrete answer to give to someone that encounters the type of situations explained below. The challenge is when one needs to customize something OOTB from AEM. Number of situations are enormous. Imagi...
Hi @GeraintJo Assuming you are interested only in not having them visible in the left panel and not actually prevent AEM from rendering them, I believe you can achieve this using custom JS.I am not 100% sure, but maybe this the ootb clientlib to which can glue your own custom clientlib.And then in ...
Maybe you can try back with the previous AEM SDK version that work, to confirm that the issue is happening with the new version.Then try to see if you have any custom clientlibs that do something with those dropdowns and that could work differently with the new SDK.And in parallel maybe you can open...
Hi @MadishettySr If the issue does not persist wen you simply select the value in dropdown, check the browser Console for any JS errors.If the issue does not persist after you save and refresh the page, check the AEM logs for any error.Remember also if you recently did any AEM update or an ACS comm...
What if you change the CMD in your Dockerfile with smth like this: CMD ["/opt/aem/start.sh", "-p", "4502", "-p", "5005"] I am thinking that you might have an issue with the ports mapping. I know you have specified that already in the Docker-compose.yml file, but still worth trying. Also, maybe you c...
Hi @H_Malhotra Do you mean that you have tried to use AEM report functionality by adding custom property path pointing to smartcrops properties ?https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/admin/asset-reports
Hi @Prince_Shivhare Maybe instead of /libs/cq/core/content/tools, you can overlay directly /libs/cq/core/content/nav/tools.Then use granite:rendercondition to control the access for specific tool of your choice.After you export the /apps/cq/core/content/nav/tools from AEM you will see an xml simila...
Hi @georhe6 I believe you can recreate them or instruct git to allow them (symlinks = true)https://experienceleague.adobe.com/en/docs/experience-manager-learn/ams/dispatcher/git-symlinkshttps://gist.github.com/huenisys/1efb64e57c37cfab7054c65702588fceTry to see if any of these two links leads you t...