Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinbe authored Jun 23, 2024
1 parent 19fbffa commit b2d352b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"profilePictureName": "image.png",
"overlaySource": "assets/img/rahmen/tuerkis.png",
"backgroundColor": "#ffffff",
"rootElementId": "generator",
"logoSources": [
"assets/img/logos/gemeinschaft-online.png",
"assets/img/logos/gegen-das-virus.png",
"assets/img/logos/krisen-kultur.png",
"assets/img/logos/corona-jobs.png",
"assets/img/logos/ich-lerne-online.png"
],
"messages": {
"status": {
"startup": "Bitte Profilbild auswählen",
"uploading": "Datei wird importiert, bitte warten...",
"processing": "Datei wird verarbeitet, bitte warten...",
"done": "Fertig!"
},
"buttons": {
"download": "Bild herunterladen!",
"newImage": "Neues Profilbild erstellen."
}
}
}

0 comments on commit b2d352b

Please sign in to comment.