mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Add Fee Amount and Toll Amount fields for the charge key (close #6722)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "charge",
|
||||
"type": "text",
|
||||
"label": "Fee Amount",
|
||||
"placeholder": "€1, $5, ¥10…",
|
||||
"prerequisiteTag": {
|
||||
"key": "fee",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "charge",
|
||||
"type": "text",
|
||||
"label": "Toll Amount",
|
||||
"placeholder": "€1, $5, ¥10…",
|
||||
"prerequisiteTag": {
|
||||
"key": "toll",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user