Row Plugin

Is it possible to create a Plugin that can insert text and image in a row ?

Probably… but your description is too minimal for me to understand precisely what you want.

I want to put an image and text in a single row. The use case is that I’ll have an object which contains a url to an Image and some text. So, I should be able to place image and text in a single line. Is there any way I can achieve this?

Thank you

Maybe create a node for this in your schema, with an image URL attribute and child text, and render it as a flexbox with the image on one side and the content on the other?