Resource
{
"title": "Image",
"id": "image",
"resource": {}
}{
"groups": [{
"title": "Content",
"icon": "photo",
"properties": [{
"title": "Image",
"id": "image",
"resource": {}
}]
}]
}Using Resources in Templates
Resource Properties
Property
Description
Displaying an Image
<img
src="{{photo.image}}"
alt="{{altText}}"
width="{{photo.width}}"
height="{{photo.height}}"
/>Displaying a Video
Checking if a Resource Exists
Resource Dropzones
Complete Example
Last updated
Was this helpful?

