Update config.json

- option to set the header bar color
- option to also display replies
This commit is contained in:
Ralf Stockmann 2023-05-19 16:15:04 +02:00 committed by GitHub
parent 8a96ca349b
commit 037868492b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{
"navbarBrandText": "Mastodon Wall",
"navbarBrandText": "Mastowall 1.0 - written by ChatGPT4 - Prompting: Ralf Stockmann (rstockm)",
"defaultServerUrl": "https://mastodon.social",
"navbarBackgroundColor": "#222222"
"navbarColor": "#333355",
"includeReplies": false
}