I'm following the code here: https://github.com/schoudry/eaem-extensions/tree/master/eaem-65-extensions/eaem-sites-spa-dm-video-containerto create a React component that extends AEM Container core component so that I can get an ID that is set in the container dialog into the React component as a pro...
Iteration for all the child nodes is don and I'm trying to get a specific node name and return the property value of that node.while (children.hasNext()) { Page node = children.next();Iterator<Page> child2 = node.listChildren(new PageFilter(request));Page node2 = children2.next();while (children2....
Not able to search arabic or other language fulltext using out of box search component- foundation/components/searchAny code change to do in search.jsp to make it work with all languages?
Hi, I'm trying to understand how dispatcher works, I don't know if someone can help me with this specific question. For example, I have a farm, in this farm I can set /filter for my author instance. If, for example, I deny my filter all pages ending in .html, then, from my author, I could not access...
Can we create different exporters for different content fragment models, just the same way we would create for different components.meaning a content fragment model (article) would export only 2 fields when its put on a page (and accessed via page.model.json)and another content fragment model (eg ba...
Hi, I have created a custom workflow to publish a page under /conf directory. I need to use this workflow in manage publication. Is it correct to add custom workflow which is in /conf folder? bcz I was getting this error in console when I added my workflow"Cannot create workflow model from node: /co...
Hi, I'm trying to display only a specific page which is under child[0] for a specific set of pages. The pages iterated through other pages will remain the same.Eg :A a b c B d e fC g h iThis is what the ...
Hi,As the separation of pipeline is available for AEMaaCS to deploy dispatcher configuration, we're having scenarios where we need to make frequent changes to sling mapping and dispatcher config. So, deploying dispatcher config is quick instead of running full deployment. Is there any quick way to d...