mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 16:28:11 +00:00
13 lines
215 B
JSON
13 lines
215 B
JSON
{
|
|
"ui:order": [
|
|
"city"
|
|
],
|
|
"city": {
|
|
"ui:widget": "typeahead",
|
|
"ui:help": "Select city",
|
|
"ui:options": {
|
|
"category": "cities",
|
|
"itemFormat": "{name} ({state}, {country})"
|
|
}
|
|
}
|
|
} |