Just want to see what others may think,Say I have a Reactor project and it contains 2 projects,1. Standard AEM Core components built off of the Archetype.2. SPA components for React built off of the Archetype. Can I use the components to create pages for the website? I would probably used different ...
I am working with Phrase Connector using the document (https://support.phrase.com/hc/en-us/articles/5709667773084-Adobe-Experience-Manager-AEM-TMS#:~:text=template%20as%20configured.-,AEM%20Configuration,-Install%20the%20Plugin) but I am getting error. After the 3rd step, i am giving build which fai...
Hello, community!!My current project has used 3rd party search provider to index the pages and documents. A scheduler runs and indexes the published documents to the 3rd party source. If a document is unpublished and is present in the 3rd party source it is deleted from the source. For all these ind...
ADobe has documentation for AEM integration with sites and anlaytis using webskdhttps://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/integrations/experience-platform/analytics-using-web-sdk#verify-updated-tag-property-on-wkndThere is a section with title Simulate web traffic -...
I cannot find any documentation online that shows us how to setup Federation ID for new users instead of Adobe ID. We have set Settings > New Directory and added new domains there with a IDP meta data file from Entra ID, and verified them, but its not possible for us to create new users like tom@lik...
Here is the below code looking for full code coverage. ValueMap vm = assetResource.getValueMap();String version = vm.get("jcr:lastModifiedVersion", String.class);boolean isNewAsset = vm.containsKey("newAsset");if (!isNewAsset) {Resource rr= resourceResolver.getResource(path);ModifiableValueMap mvm =...
Hello, To simplify, let's use these keywords:- AEM Repo (Repo A)- Frontend Repo (Repo B)- React Repo (Repo C) I currently have an AEM repository (Repo A) that's already integrated with a Frontend repository (Repo B) using the aem-clientlib-generator. Now, I want to integrate a third repository, whic...
While exploring for Content Sync Tool across environments (Dev,Stage,Prod) for AEM 6.5.17.0 (AMS), I came across below Community post and started exploring AECU Tool by Valtech. I am bit confused about the Tool as what I am looking for is an automated solution for Content migration (Pages, Assets, X...