User: thies.marwitz@matplus.eu clicked save for playground/matplus/thies-marwitz/create-part-information-uischema.json

This commit is contained in:
sartography-automated-committer 2024-02-20 13:54:45 +00:00
parent a137e161bf
commit d41ddad897

View File

@ -22,5 +22,12 @@
"ui:autocomplete": "family-name",
"ui:enableMarkdownInDescription": true,
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
},
"city": {
"ui:widget": "typeahead",
"ui:options": {
"category": "cities",
"itemFormat": "{name} ({state}, {country})"
}
}
}