Skip to main content

ImageURL

Generate a text field with a button to select image. This field does not implement an image selector and it's up to you to connect your own system.

Options

ImageUrl('fieldName', {
label: 'Label of the field', // (optional)
help: 'Some additional informations', // (optional)
default: 'Default value', // default to ''
onBrowse: openFileBrowser // A function that returns a Promise that resolve with an image URL or reject if canceled
})

Preview