demo-process-models/playground/matplus/dan-funk/simple-user-task-uischema.json

10 lines
345 B
JSON
Raw Normal View History

{
"first_name": {
"ui:autofocus": true,
"ui:emptyValue": "",
"ui:placeholder": "Type your name in this box!",
"ui:autocomplete": "family-name",
"ui:enableMarkdownInDescription": true,
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
}
}