Warning - 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 | enum | ✔️ | ❌ | Text value for element |
Warning example

{
"Type": "Warning",
"Properties": {
"Text": "This thing that you want to do, should be done with care"
}
}