Files
iD/data/presets/fields/internet_access/fee.json
2020-03-21 11:15:50 -07:00

20 lines
372 B
JSON

{
"key": "internet_access:fee",
"type": "combo",
"label": "Internet Access",
"strings": {
"options": {
"no": "Free",
"yes": "Paid",
"customers": "Customers Only"
}
},
"prerequisiteTag": {
"key": "internet_access",
"valueNot": "no"
},
"terms": [
"wifi fee"
]
}