27 lines
622 B
JSON
Raw Normal View History

2023-02-02 14:52:05 -05:00
{
"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"
]
}
}
}