mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 04:05:27 +00:00
28 lines
672 B
JSON
28 lines
672 B
JSON
{
|
|
"pushups": {
|
|
"ui:widget": "radio",
|
|
"ui:options": {
|
|
"inline": true
|
|
}
|
|
},
|
|
"thanos": {
|
|
"ui:widget": "radio",
|
|
"ui:options": {
|
|
"inline": true
|
|
}
|
|
},
|
|
"bulletproof": {
|
|
"ui:widget": "radio",
|
|
"ui:options": {
|
|
"inline": true
|
|
}
|
|
},
|
|
"firstName": {
|
|
"ui:autofocus": true,
|
|
"ui:emptyValue": "",
|
|
"ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required",
|
|
"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/)."
|
|
}
|
|
} |