mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
27 lines
622 B
JSON
27 lines
622 B
JSON
|
{
|
||
|
"Item": {
|
||
|
"items": {
|
||
|
"item": {
|
||
|
"ui:autofocus": true,
|
||
|
"ui:placeholder": "E.g. the name of the service/product, which app module, version, serial number, etc."
|
||
|
},
|
||
|
"qty": {
|
||
|
"ui:help": "Please specify how many items of the same service/product you intend to request"
|
||
|
},
|
||
|
"currency_type": {
|
||
|
"ui:placeholder": "Fiat or Crypto"
|
||
|
},
|
||
|
"unit_price": {
|
||
|
"ui:placeholder": "#,###.##"
|
||
|
},
|
||
|
"ui:order": [
|
||
|
"sub_category",
|
||
|
"item",
|
||
|
"qty",
|
||
|
"currency_type",
|
||
|
"currency",
|
||
|
"unit_price"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|