Image - smbc-digital/form-builder GitHub Wiki
DSL properties
Property | Type | Required | Default Value | Description |
---|---|---|---|---|
AltText | string | ✔️ | ❌ | Alt text for the image |
Source | string | ✔️ | ❌ | Source url to the image |
ClassName | string | ❌ | ❌ | Class to be applied |
Checkbox examples
{
"Type": "img",
"Properties": {
"Source": "http://images.source.com/image.png",
"AltText": "Flu Jab",
"ClassName": "form-builder-img"
}
},