Hello,
It would be great to be able to embed a model List view as a form widget in another model, let me explain a concrete use case :
I’m developping a website including a FAQ. The FAQ page have one hero image, some texte here and here, and the FAQ itself that is a list of categorized questions and answers.
To make everything administrable by the end user, I created a Tailor single blueprint where I have a fileupload widget for the hero image, some richeditor for some textes.
To handle the FAQ itself, I have faq model and category model.
The bakend UX is not optimal, the customer have a “pages > faq” menu, just to handle hero image and texts. And another structure blueprints FAQ > Items and FAQ > categories to manage faq itself.
It would be awesome to include the management of the FAQ inside the pages > faq form to have everything included in one place.
My question is, if it’s already possible today, do you have an example, a guide about how to do this. However, it would be a nice addition to be able to add a “listView” form widget, to be able to embed the management of a model inside another model.
What do you think about it ?
Best regards,