Hi all, Here in our organization we are trying to use CF to expose content from AEM. As we roughly knows the scope of consuming parties and specific CF entities they need, instead of modeling one CF model for each every type of entity, we are considering to do one common model which contains the sup...
Hi all, From the warning below we understand we need to create our own contexthub configurations.My question is how to best do it?By copying nodes from under /libs/settings/cloudsettings/legacy/contexthub to /conf/[myproject]/settings/cloudsettings/[myfolder]/contexthub?
Hello!I am executing the AEM SPA react tutorial from the documentation below:https://helpx.adobe.com/br/experience-manager/kt/sites/using/getting-started-spa-wknd-tutorial-develop/react/chapter-3.html I did everything as documentation is saying, except because I am using updated version to node and ...
I have created a workflow to trigger when the page is published. In this we have a participant step to approve the content or reject the content.When workflow trigger the workflow notification is going to the group which is added in the participant step.But while marking the workflow as completed we...
Hi All, If we want to upgrade AEM from 6.2 to 6.5 what is best approach(upgrade to new instance not inplace) for /content and dam migration.I was trying with oak.jar upgrade with including necessary path /content/projectcontent and /content/dam/projectcontent.Will this approach of oak-upgrade.jar wo...
I've play with personalization following all documentations and after all steps get this errorUncaught ReferenceError: $CQ is not definedIn AEM 6.5(.5) we still need $CQ functions?
Hello,I've got an requirement to change the page title from Authors user interface. The default title in AEM 6.4 is "AEM Start", in AEM 5.6 is "AEM Projects".Is it possible to archive it, if so how? Thanks in advanced.
Hi Team, I have created service user and i have added i have given permission to service userNow question is how to get the session using service user.can any one give coding example so that i can understand
Hi, I'm trying to create an Angular SPA which references XF's. Has someone done something similar. There is no reference of this in core components of wknd spa examples.