REMINDER
Dynamically create page?
-
Is it possible to create a new page that's editable in the site-builder, via the API? Or does it need to be bound to the DB somehow?
-
@thomasd no the only way to create a page that can be edited in the pagebuilder is with the pagebuilder itself.
With the API you could fill your db with some content and then have a dynamic datasource page to display those dynamic content pages in frontend. With that option you can edit the template page in the pagebuilder and the pages content in the DB or through the API
More details here:
https://support.appdrag.com/doc/Dynamic-Data-Sources -
@jbenguira
No, I didn't mean migrate a page from another site, but rather copy a template in Appdrag and add HTML to it (I know this HTML won't be builder-editable).I tried making a copy in the preview folder and it appeared in the builders menu, seems to work as expected
-
@jbenguira will you be able to help me with populating dynamic data on a page?
-
we have a textual tutorial here about this:
https://support.appdrag.com/doc/Dynamic-Data-Sourcesand also a video tutorial here about the same topic:
https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-5.html