Skip to content
Lydia Gray edited this page Jun 19, 2020 · 3 revisions

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"
      }
   },
Clone this wiki locally