mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
17 lines
605 B
JSON
17 lines
605 B
JSON
|
{
|
||
|
"firstName": {
|
||
|
"ui:autofocus": true,
|
||
|
"ui:emptyValue": "",
|
||
|
"ui:widget": "markdown",
|
||
|
"ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required",
|
||
|
"ui:autocomplete": "family-name",
|
||
|
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/).",
|
||
|
"ui:help": "Enter the first name"
|
||
|
},
|
||
|
"city": {
|
||
|
"ui:autofocus": true,
|
||
|
"ui:enableMarkdownInDescription": false,
|
||
|
"ui:description": "Simple text with **bold** or *italic*",
|
||
|
"ui:help": "Enter the first city"
|
||
|
}
|
||
|
}
|