Content model for blog post with multiple images

Hello,

what is a good content model for a blog post which should have images between different text passages? How can I get different images inside the text?

The only way I see is a multiple structure for this so a simple rich text with an image is not enough. I have to put them in a multiple structure.

Or should I place the images directly in the rich text editor? This seems not good for output in frontend (a nuxt application).

Or do you see another possibility?

Best regards,

Timo

Hi you can create a gallery component with images and a paragraph component with rich text, and wrap them in dynamic zones called content to adjust the layout, then query the whole content.

Thanks for your reply.

Maybe I create a component with richtext, single image and setting for image alignement.