Hi,
I'm trying to customize the paragraphs,json result. I've page on which I've dragged 5 component(let suppose). Now, if I hit the page with 'paragraphs.json', it displays all component paths with html content.
Now, what I want to display is the result of banner components(again, suppose; i.e my page which contains 5 components have 3 banner out of them)!
So, how can we achieve this?
Thanks,
Himanshu
Solved! Go to Solution.
Views
Replies
Total Likes
Its the default servlet in AEM which does this task https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/wcm/foundation/ParagraphServlet.html
You can similarly create your own servlet and bind to a resourcetype and use it.
Views
Replies
Total Likes
Its the default servlet in AEM which does this task https://docs.adobe.com/docs/en/cq/5-6-1/javadoc/com/day/cq/wcm/foundation/ParagraphServlet.html
You can similarly create your own servlet and bind to a resourcetype and use it.
Views
Replies
Total Likes