How to design a content model for a page with multiple sections in Headless CMS?

Viewed 12

I have been looking into headless cms concepts and would like to design a page like below?

enter image description here

In an headless cms, we can create individual input pages with the respective content model, "main page" will have one and "company" will have one. enter image description here

We cannot create an input page by combining these two input pages, as the page can have any number of company object, so i dont think we can combine these two input pages as one? correct me if its wrong.

And, how we can combine the "company" data with "main page" so that we can get the full page? how do we create this relationship in the content model? Please advise. thanks

0 Answers
Related