From 1cb5d257dcf37bd2a36cbe202d7d716d57a962cb Mon Sep 17 00:00:00 2001 From: Nikos Triantafyllou Date: Thu, 6 Jun 2024 19:54:04 +0300 Subject: [PATCH] logo for issuer credentials --- data/issuer-config.json | 36 +++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/data/issuer-config.json b/data/issuer-config.json index e128cc0..509e5b8 100644 --- a/data/issuer-config.json +++ b/data/issuer-config.json @@ -108,7 +108,12 @@ "name": "PID", "locale": "en-GB", "background_color": "#12107c", - "text_color": "#FFFFFF" + "text_color": "#FFFFFF", + "logo":{ + "url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png", + "alt_text":"UAegean" + + } } ], "credential_definition": { @@ -191,7 +196,13 @@ "name": "ePassportCredential", "locale": "en-GB", "background_color": "#12107c", - "text_color": "#FFFFFF" + "text_color": "#FFFFFF", + "logo":{ + "url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png", + "alt_text":"UAegean" + + } + } ], "credential_definition": { @@ -701,7 +712,12 @@ "name": "EducationalID", "locale": "en-GB", "background_color": "#12107c", - "text_color": "#FFFFFF" + "text_color": "#FFFFFF", + "logo":{ + "url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png", + "alt_text":"UAegean" + + } } ], "credential_definition": { @@ -840,7 +856,12 @@ "name": "AllianceIDCredential", "locale": "en-GB", "background_color": "#12107c", - "text_color": "#FFFFFF" + "text_color": "#FFFFFF", + "logo":{ + "url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png", + "alt_text":"UAegean" + + } } ], "credential_definition": { @@ -893,7 +914,12 @@ "name": "Ferry Boarding Pass", "locale": "en-GB", "background_color": "#12107c", - "text_color": "#FFFFFF" + "text_color": "#FFFFFF", + "logo":{ + "url":"https://studyingreece.edu.gr/wp-content/uploads/2023/03/25.png", + "alt_text":"UAegean" + + } } ], "credential_definition": { diff --git a/package.json b/package.json index 82d590b..3e129c5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "SERVER_URL=https://4188-2a02-587-871c-8800-b93d-7a0e-92dc-f152.ngrok-free.app node server.js" + "dev": "SERVER_URL=https://e4cd-2a02-587-871c-8800-407e-b47f-6012-470b.ngrok-free.app node server.js" }, "author": "", "license": "ISC",