sites/angestoepselt/_data/config.json aktualisiert

Antragsformular wieder öffnen für Laptop ohne Akku und Desktop PC
This commit is contained in:
sebwue 2024-12-02 18:13:52 +00:00
parent 28437f4ace
commit d965bf054a

View file

@ -1,8 +1,8 @@
{ {
"applicationsClosed": true, "applicationsClosed": false,
"devices": [ "devices": [
{ "name": "Laptop", "available": false }, { "name": "Laptop", "available": false },
{ "name": "Laptop ohne Akku", "available": false }, { "name": "Laptop ohne Akku", "available": true },
{ "name": "Desktop-Computer", "available": true } { "name": "Desktop-Computer", "available": true }
] ]
} }