Do not show imprint when disabled in config.json

This commit is contained in:
2025-10-09 18:09:33 +02:00
parent 3ca3b5fdce
commit c4529ef601
4 changed files with 17 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
}
],
"imprint": {
"enable": true,
"enable": false,
"headline": "Imprint / Legal Notice",
"name": "[Your Full Name]",
"address": "[Your Full Address: Street and House Number, Postcode City]",