sample-process-models/shared/currency/which-currency_UISchema.json

12 lines
157 B
JSON
Raw Normal View History

{
"curAmount": {
"ui:help": ""
},
"curCurrency": {
"ui:help": "Select currency to be formatted"
},
"ui:order": [
"curAmount",
"curCurrency"
]
}