Invalid recursion selector value 'model'Cannot serve request to /content/demo/us/en/home/jcr:content/root/responsivegrid/testrender.model.json in org.apache.sling.servlets.get.DefaultGetServlet.FYI:AEM 6.5ui.frontendmodule="angular"I am working on an AEM spa project using angular as the frontend mod...
I'm using AEM 6.5.7 and I'm trying to consume the core components available at below path;/apps/core/wcm/componentsNow, we I use one by one, there are problems with the below core components- Sharing and Separator component could not be edited. After checking in CRXDE, I don't see cq:dialog node in ...
I see that the Experience Framents do not have the full capabilities of MSM unlike the sites or pages. For Example I cannot create live copies between Language Masters and the pages underneath in each locale Language Master ====> English ==> Page 1English ==> Page1 Are there any plans to rollout thi...
Hi guys, I have set up an html transformer, but I only want to run it on publish. So I add my config under /apps/APPNAME/config/rewriter.publish like so: { "jcr:primaryType":"sling:Folder", "jcr:createdBy":"admin", "jcr:created":"Mon Jun 07 2021 15:56:31 GMT-0500", "panerabread":{ ...
Hello, guys, how are you doing?The people that manage the content on our AEM are in need of moving thousands of pages from one location to another.e.g. from/content/starting/path/content/a/different/pathIn the second path were the pages should end up, there are already other pages, that should not b...
Hi, I have a component with multifiled (testAppIDs). The multifield data gets stored in form of nodes after Coral 3 migration (item0,item1 etc.). Earlier before Coral 3 Migration Model class had a logic to use the JSON array. I want the model class to use the same logic as the impact might be huge....
Hi, I have migrated multifield component into coralui 3 , after migration content is not displaying at page label. earlier node was saving into JSON format but after migration its saving into item0,item1....node format. please find out below granite and coralui XML code Granite:-<?xml version="1.0"...
I'm trying to include a custom workflow and launcher in my maven package. I've created an archetype using the aem-project-archetype 27 settings for AEM 6.5. I have created a custom workflow that has one step which is a process step. I have also added a launcher for this workflow as well. I then crea...