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

19 lines
341 B
JSON

{
"key": "internet_access",
"type": "combo",
"label": "Internet Connection",
"strings": {
"options": {
"yes": "Yes",
"no": "No",
"wlan": "Wifi",
"wired": "Wired",
"terminal": "Terminal"
}
},
"terms": [
"wifi",
"wlan"
]
}