mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +00:00
33 lines
605 B
JSON
33 lines
605 B
JSON
{
|
|
"firstName": {
|
|
"ui:autofocus": true,
|
|
"ui:emptyValue": "",
|
|
"ui:autocomplete": "family-name",
|
|
"ui:help": " "
|
|
},
|
|
"lastName": {
|
|
"ui:emptyValue": "",
|
|
"ui:autocomplete": "given-name",
|
|
"ui:help": " "
|
|
},
|
|
"age": {
|
|
"ui:widget": "updown",
|
|
"ui:title": "Age of person",
|
|
"ui:description": "(earthian year)"
|
|
},
|
|
"bio": {
|
|
"ui:widget": "textarea"
|
|
},
|
|
"password": {
|
|
"ui:widget": "password",
|
|
"ui:help": "Hint: Make it strong!"
|
|
},
|
|
"date": {
|
|
"ui:widget": "alt-datetime"
|
|
},
|
|
"telephone": {
|
|
"ui:options": {
|
|
"inputType": "tel"
|
|
}
|
|
}
|
|
} |