From e5cc7eec71d8c2060be8c0280becaaccf9aa34da Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 16 May 2023 01:36:09 +0200 Subject: [PATCH] Bump version number --- assets/tagRenderings/license_info.json | 10 ++++++++++ assets/tagRenderings/qrcode.svg | 1 + assets/tagRenderings/questions.json | 11 ++++++++++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 assets/tagRenderings/qrcode.svg diff --git a/assets/tagRenderings/license_info.json b/assets/tagRenderings/license_info.json index 85df630a9..e29c8330e 100644 --- a/assets/tagRenderings/license_info.json +++ b/assets/tagRenderings/license_info.json @@ -265,6 +265,16 @@ "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", "license": "CC0; trivial", diff --git a/assets/tagRenderings/qrcode.svg b/assets/tagRenderings/qrcode.svg new file mode 100644 index 000000000..eaa9ec8de --- /dev/null +++ b/assets/tagRenderings/qrcode.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/tagRenderings/questions.json b/assets/tagRenderings/questions.json index f682d722a..8f6ff36b0 100644 --- a/assets/tagRenderings/questions.json +++ b/assets/tagRenderings/questions.json @@ -880,6 +880,15 @@ "da": "Betalingskort accepteres her", "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" + } } ] }, @@ -2022,4 +2031,4 @@ } ] } -} \ No newline at end of file +}