Image Display Element
Common Configuration Properties
Property
Type
Description
Example Schema Snippet (Image from URL)
{
"type": "image",
"label": "Company Logo",
"model": "companyLogoUrl", // This model field would contain 'https://example.com/logo.png'
"alt": "Our Company Logo",
"width": "150px"
}Example Schema Snippet (Image from Base64 Data)
BetterForms Specific Notes
Full Property Reference
Last updated
Was this helpful?