From b2d352bcf1fccdec815c6afe7a9597fd1730255d Mon Sep 17 00:00:00 2001 From: Ferry Ayunda <165256908+lonteluh@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:37:55 +0700 Subject: [PATCH] Add files via upload --- config/config.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config/config.json diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..81a30f7 --- /dev/null +++ b/config/config.json @@ -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." + } + } +}