mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-22 11:03:28 +00:00
Merge pull request #7442 from Lukas458/2.x
adding the option "internet_access:fee=customers"
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"key": "internet_access:fee",
|
||||
"type": "check",
|
||||
"type": "combo",
|
||||
"label": "Internet Access Fee",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"customers": "For not-facility-customers only",
|
||||
"prerequisiteTag": {
|
||||
"key": "internet_access",
|
||||
"valueNot": "no"
|
||||
|
||||
Reference in New Issue
Block a user