UL - smbc-digital/form-builder GitHub Wiki

Refer to Stockport Design System for styling information and reference images

DSL properties

Property Type Required Default Value Description
ListItems string[] ✔️ List of UL values

UL example

image

 {
    "Title": "Enter your street",
    "PageSlug": "street-search",
    "Elements": [
          {
            "Type": "ul",
            "Properties": {
              "ListItems": [
                "List Item 1",
                "List Item 2",
                "List Item 3"
              ]
            }
          },
      ]
    }