User: jon@sartography.com added process model file playground/jon/widget/file-upload-uischema.json
This commit is contained in:
parent
804ee441c6
commit
34f37f0aa9
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"destination": {
|
||||
"ui:widget": "typeahead",
|
||||
"ui:options": {
|
||||
"category": "cities",
|
||||
"itemFormat": "{name} ({state}, {country})"
|
||||
}
|
||||
},
|
||||
"stateOfOrigin": {
|
||||
"ui:widget": "typeahead",
|
||||
"ui:options": {
|
||||
"category": "states",
|
||||
"itemFormat": "{name} ({country})"
|
||||
}
|
||||
},
|
||||
"someCountry": {
|
||||
"ui:widget": "typeahead",
|
||||
"ui:options": {
|
||||
"category": "countries",
|
||||
"itemFormat": "{name}"
|
||||
}
|
||||
},
|
||||
"someEmployee": {
|
||||
"ui:widget": "typeahead",
|
||||
"ui:options": {
|
||||
"category": "employees",
|
||||
"itemFormat": "{first_name} {last_name}"
|
||||
}
|
||||
},
|
||||
"ui:order": [
|
||||
"destination",
|
||||
"stateOfOrigin",
|
||||
"someCountry",
|
||||
"someEmployee"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue