feat: Logo-Bild in ShowEnvelope.cshtml über appsettings konfiguriert

This commit is contained in:
Developer 02
2024-09-17 14:50:23 +02:00
parent dd28ef7ab6
commit 590d7fb717
2 changed files with 7 additions and 2 deletions

View File

@@ -130,5 +130,9 @@
"Name": "City",
"Platforms": [ "javascript" ]
}
]
],
"Logo": {
"Src": "/img/digital_data.svg",
"ShowPageClass": "cursor-img"
}
}