Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HGlab01 committed Nov 4, 2024
1 parent 466eb12 commit b2b604f
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@
"hidden": "!data.calculate",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
"md": 12,
"lg": 12,
"xl": 12
},
"_text1": {
"type": "staticText",
Expand All @@ -208,7 +208,12 @@
"en": "Calculation: <br> provider = tradePrice * tradePrice * providerFee + feeAbsolute; <br> charges = (tradePrice + provider) * otherTaxes; <br> vat = (tradePrice + provider + charges + gridCosts) * vat; <br> price = tradePrice + provider + charges + gridCosts + vat;"
},
"newLine": true,
"hidden": "!data.calculate"
"hidden": "!data.calculate",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
}
}
},
Expand All @@ -219,31 +224,40 @@
"token": {
"newLine": true,
"type": "text",
"sm": 3,
"label": {
"en": "Token",
"de": "Token"
}
},
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"_text0": {
"type": "staticText",
"text": "",
"newLine": true
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
},
"_text1": {
"type": "staticText",
"text": {
"de": "Token is only needed for Swiss market. How to request a token is described in the readme.",
"en": "Token is only needed for Swiss market. How to request a token is described in the readme."
},
"newLine": true
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12
}
},
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
}
}
}
}

0 comments on commit b2b604f

Please sign in to comment.