Bump version number
This commit is contained in:
parent
fbbebce30e
commit
e5cc7eec71
3 changed files with 21 additions and 1 deletions
|
@ -265,6 +265,16 @@
|
||||||
"https://www.onlinewebfonts.com/icon/1059"
|
"https://www.onlinewebfonts.com/icon/1059"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "qrcode.svg",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
"Ionic Team"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
"https://commons.wikimedia.org/wiki/File:Ionicons_qr-code-outline.svg"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "send_email.svg",
|
"path": "send_email.svg",
|
||||||
"license": "CC0; trivial",
|
"license": "CC0; trivial",
|
||||||
|
|
1
assets/tagRenderings/qrcode.svg
Normal file
1
assets/tagRenderings/qrcode.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><rect x="336" y="336" width="80" height="80" rx="8" ry="8"/><rect x="272" y="272" width="64" height="64" rx="8" ry="8"/><rect x="416" y="416" width="64" height="64" rx="8" ry="8"/><rect x="432" y="272" width="48" height="48" rx="8" ry="8"/><rect x="272" y="432" width="48" height="48" rx="8" ry="8"/><rect x="336" y="96" width="80" height="80" rx="8" ry="8"/><rect x="288" y="48" width="176" height="176" rx="16" ry="16" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><rect x="96" y="96" width="80" height="80" rx="8" ry="8"/><rect x="48" y="48" width="176" height="176" rx="16" ry="16" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/><rect x="96" y="336" width="80" height="80" rx="8" ry="8"/><rect x="48" y="288" width="176" height="176" rx="16" ry="16" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px"/></svg>
|
After Width: | Height: | Size: 1 KiB |
|
@ -880,6 +880,15 @@
|
||||||
"da": "Betalingskort accepteres her",
|
"da": "Betalingskort accepteres her",
|
||||||
"cs": "Jsou zde přijímány platební karty"
|
"cs": "Jsou zde přijímány platební karty"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "payment:qr_code=yes",
|
||||||
|
"ifnot": "payment:qr_code=no",
|
||||||
|
"icon": "./assets/tagRenderings/qrcode.svg",
|
||||||
|
"then": {
|
||||||
|
"en": "Payment by QR-code is possible here",
|
||||||
|
"nl": "Betalen via een QR-code is hier mogelijk"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue