I have an entity page and i would like to add blocks of different types and display them in the form when i select one (Image, text and image or just text). All dynamically without being pre-defined in the administration (like a cms).
HomePage
- title
- description
- blocks [text, text-image, image]
- if text create new field text
- if text-image create new field text and new field image
- if text again create new field text
I dont know how to make a form to be like reapeater one with adding new block or removing existing one.