Seems like there are multiple threads on the same topic. Found one here - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/getting-started-with-aem-sites-quick-site-creation-aem-community/td-p/436639
Adding the same questions on this thread as well -
1. Is the theme pro...
Thanks for initiating this thread. Below are few questions from my side -
1. Is the theme provided by Adobe here - https://github.com/adobe/aem-site-template-standard, ready and allowed to be used in Production for launching client websites?
2. In addition to above, are there any other templates ...
Hi @dkumar_gobi and others, did you get a solution to fix the issue 2 that you have mentioned above. We are on AEM 6.5.14 instance which was upgraded inplace and still the issue is being faced that Link plugin-Path browser doesn't have path lookup , forcing authors to manually type link path.
...
This is caused because of the outdated 'typescript' version in the package.json file of ui.frontend module.
Updating the typescript version to - ^4.8.2 in "devDependencies" section of package.json file in ui.frontend module resolves the issue. Please test and confirm back!
"typescript": "^4.8.2"...
Thanks SivaPrasad for pointing me to the right thread. The solution provided there works. However, it works only with admin resource resolver but not with any service resource resolver as it gives an error "Impersonation not allowed" even though the service user being used has jcr:all rights on /hom...
We have a custom service which is supposed to send emails to the end users (user data is saved in AEM) whenever a file stored in DAM is modified or a new file is uploaded under a certain DAM location. So, we are using event handler for catching the add/edit event, however, the email should be sent t...
I am actually trying to figure what AEM uses internally when "Move" option is used from Assets UI. When the author Move an asset from Assets UI to a new destination, then all the pages where that asset was referenced, are automatically updated by AEM with the new destination path of the Asset. I nee...
smacdonald2008 Do AssetManager.moveAsset() method update the asset references as well in all the content or do we need to specifically handle it by writing custom code? When using "Move" option from author instance in Assets, it does update the content references of that particular asset which is mo...