Add Fee Amount and Toll Amount fields for the charge key (close #6722)

This commit is contained in:
Quincy Morgan
2019-08-06 15:55:30 -05:00
parent 31aa1468ce
commit bd04c22ded
62 changed files with 166 additions and 70 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"key": "charge",
"type": "text",
"label": "Fee Amount",
"placeholder": "€1, $5, ¥10…",
"prerequisiteTag": {
"key": "fee",
"valueNot": "no"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"key": "charge",
"type": "text",
"label": "Toll Amount",
"placeholder": "€1, $5, ¥10…",
"prerequisiteTag": {
"key": "toll",
"valueNot": "no"
}
}