Last update:
June 18, 2025
Images Control Descriptor¶
This control functions similarly to the files control, but with a default accept
value set to image/*
.
Example¶
...
"settings": [
{
"id": "image",
"label": "Image",
"type": "images",
"default": {
"url": "/themes/assets/blocks/portfolio.png"
}
},
...
]
...