Your Magento instance should have a custom content type added and saved to the home page in the Admin. Currently, the home page is the only page you can render Page Builder content within PWA Studio.
That is not true. Now it's possible to render page builder components on other CMS pages than Homepage.
Configuring your component is about connecting your component to the Page Builder component framework. The framework provides a static config object (in config.js) that acts as a kind of registry of content types supported within PWA Studio. To include support for your custom content type component, you’ll need to add an entry to the config.js:
Open the config.js file and import your configAggregator. The import statement for our ExampleQuote is shown here
This is not possible now because PageBuilder has become a separate module and its files are in the directory under node_modules and we cannot edit its files directly.
Please let us know whether this is a new topic or a topic change request:
[ ] New Topic Request (ie. missing entire topic/section)
Describe the request These docs are out of date:
That is not true. Now it's possible to render page builder components on other CMS pages than Homepage.
This is not possible now because PageBuilder has become a separate module and its files are in the directory under node_modules and we cannot edit its files directly.
Please let us know whether this is a new topic or a topic change request: