Im working on a site where we create pages using a Page Provider, but at the same time we want these pages to be able to be saved from the edit mode in EPiServer so that Composer blocks can be added to the pages.
An alternative approach is to create a separate page that contains the composer blocks and in the page provider get the composer data from this page and attach to the pages created.
Im working on a site where we create pages using a Page Provider, but at the same time we want these pages to be able to be saved from the edit mode in EPiServer so that Composer blocks can be added to the pages.
An alternative approach is to create a separate page that contains the composer blocks and in the page provider get the composer data from this page and attach to the pages created.
What will be the best approach for this problem?