Use the builder as a template with relationship
Good morning,
I'm looking to use the builder to create a template system. So I created an EditorTemplate model and a Document model. Document is in BelongTo with templateEditor. So in my templateEditor I define the different sections of the page via the builder. Everything works well on this side. Now I want the documents to display exactly the fields defined in the template, therefore via the relationship. I was thinking of displaying a builder on the page and placing the content of the relationship in it but I can't find how to do it.
0 Replies