I have a scenario regarding translations and I'm not sure what the best practices for handling it is. Here is the scenario: 1. We have a page in English2. We create a translated Language Copy of the English page in French3. The translated French page is later edited to add France-specific content to...
I have got a repo of all common components which are deployed to multiple brand websites . If I have to migrate this to AEM cloud service then I will create a single brand project based on the new AEM archetype. But then I also need to embed the common components package with the brand package. The ...
We have a main site in AEM sitting in /content/xyz which is accessible through dispatcher when you go to www.xyz.com. The client has request a couple of microsites to be created in the same AEM instance, which will be accessible through sub domain.For example:microsite 1 : /content/microsite1 should...
Referring to the URL -> https://experienceleague.adobe.com/docs/experience-manager-65/authoring/siteandpage/working-with-page-versions.html?lang=en#timewarp where we can view the difference between two version of a page. We want to implement similar functionality in workflow. Once the workflow is su...
I have the next line in one of the components I'm working on. my problem is that when in the parsys i attach the other component (for example dropdown).<div class="row"> <sly data-sly-resource="${'content' @ resourceType='wcm/foundation/components/parsys'}"></sly></div> the code result is somethin...
I have a client requirement for creating some gated content. So basically, the page ( which contains some assets) should only be reachable after the user has submitted a form. And the assets should also be not accessible directly without submitting the form. So i have created a servlet filter to ach...
Our org uses adobe campaign. It is thinking of using AEM for a new project. We could just implement zendesk or similar in the AEM site, but then there is no chat history in the adobe campaign side.This page:https://experienceleague.adobe.com/docs/livefyre/implementation/app-integrations/c-app-integ...
Hello AEM Community,We have the problem which I can't understand fully:Was in 6.3:When we were working on AEM 6.3, we were using 2 static templates where some components were allowed:And it was working good. Now in 6.5:According to repository restructure we moved /etc/designs/default to /apps/setti...