mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +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
|
||
|
}
|
||
|
}
|
||
|
}
|