I have a video section and I want to have a custom (poster/preview image) for the video. Currently the video uses a auto-generated URL
I want to upload custom image and use that to replace dynamically the poster URL above. This is the current schema.
```css
"blocks": [
{
"type": "video",
"name": "Video",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title",
"default": "Lorem ipsum dolor sit amet. Lorem ipsum"
}, {
"type": "video",
"id": "video",
"label": "A Shopify-hosted video"
}
]
How do I assign the image URL to replace the poster:“???”