P - 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
Text string ✔️ Text value for element

P example

 {
    "Title": "Enter your street",
    "PageSlug": "street-search",
    "HideTitle": true,
    "Elements": [
     {
        "Type": "p",
            "Properties": {
              "Text": "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
            }
          }
      ]
    }