Hi all, I am fairly new to WeWeb, love it! but I am struggling with this and I don’t know if I am trying to build this in the right place, however what I am trying to do is to build an interface for a students to share their medical cases…the thing is that I want to give them the freedom of adding different components in the order they want,
for example: a heading then an image then text,or an image then a caption then a text or a heading.
It’s all about how you structure the data. At minimum is an array of objects whith at least an id and type property.
To render it you bind the array to a container so that it will be repeated for each object in the array. In the container you conditionally render the elements based of the type of the object in the context
@dorilama@Broberto thank you! and yes I thought about using a kanban! it would be awesome, it’s just that I don’t know how to insert different field types in the array of objects,as an example how would I insert an input text component then an upload an image component in the array