@dan what happened to image
you should use the Resource control for anything resource related, such as images ![]()
As an example, in your properties:
{
"title": "Image",
"id": "image",
"resource": {}
}
and your template:
<img src="{{image}}" />
That’ll get you an image on the page! Hope that helps ![]()
I already use image, it used to be in the list that was my question, maybe it was removed ages ago first time I have looked here for a while
The Image control has been replaced with resource. Image should not have been in the docs — we must have missed removing it when we created the resource control.