I needs to integrate directus with plasmic.
The goal is that I wants my next.js app to have functionality of no-code drag and drop page builder so that anyone can edit how website looks without writing code.
Can anyone recommend resources or how to do it??
I would create a JSON field in a collection where you can just save whatever Plasmic’s output is. Alternatively you could normalize that data by creating fields for ever JSON property plasmic uses, but that might be a quite involved setup.