Hello, I'm experimenting with custom widgets. I realize that I can find almost anything in marketplace, but for this learning experience I wanted to create a carousel to display some images or some data. in the Carousel.xml I have used the following property that I found in the mendix documentation: <property key="image2" type="image" required="false"> <caption>Image slide 2</caption> <description>Image</description> </property>. This shows up as expected in the properties of the widget. The problem that I have is connecting the selected image to the html part of the react component. Does anyone have an example of including an image in a widget?