mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
17 lines
235 B
JSON
17 lines
235 B
JSON
{
|
|
"BirthDate": {
|
|
"ui:widget": "alt-date",
|
|
"ui:options": {
|
|
"yearsRange": [
|
|
1980,
|
|
2030
|
|
]
|
|
}
|
|
},
|
|
"Details": {
|
|
"ui:widget": "textarea",
|
|
"ui:options": {
|
|
"rows": 5
|
|
}
|
|
}
|
|
} |