Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

AEM | SPA React Component with a parsys

Avatar

Level 1

How to use parsys component instead of ResponsiveGrid in SPA ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

@rajashekard,

I am assuming that you are building a headless API with a page of /content/my-project/api/*. The Responsive Grid (from AEM Core WCM Components) gives you out of the box functionality that exports the page details and the list of components (configured on the page) when you visit the page with ".model.json".

 

Right, not to mention about the Adobe Core WCM Components, Page Component. When you create a page using a template that points to the Page Component, core component, then the ".model.json" will expose a JSON formatted representation of your AEM page.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

@rajashekard,

I am assuming that you are building a headless API with a page of /content/my-project/api/*. The Responsive Grid (from AEM Core WCM Components) gives you out of the box functionality that exports the page details and the list of components (configured on the page) when you visit the page with ".model.json".

 

Right, not to mention about the Adobe Core WCM Components, Page Component. When you create a page using a template that points to the Page Component, core component, then the ".model.json" will expose a JSON formatted representation of your AEM page.