fediwall/public/wall-config.json.example
Marcel Hellkamp de8d4f834e Config overhaul with tons of new options.
- Lots of new config options and feature switches.
- Changed the way query parameters are translated to config values and vice versa.
- New layout and smarter error correction for config UI.

WIP, still missing functionality for many of the new options.
2023-07-24 12:50:04 +02:00

26 lines
496 B
Plaintext

{
"servers": ["mastodon.social"],
"tags": ["foss", "cats", "dogs"],
"accounts": [],
"loadPublic": false,
"loadFederated": false,
"loadTrends": false,
"languages": [],
"badWords": [],
"hideSensitive": true,
"hideBots": true,
"hideReplies": true,
"hideBoosts": false,
"limit": 20,
"interval": 10,
"title": "Fediwall",
"theme": "auto",
"showInfobar": true,
"showText": true,
"showMedia": true,
"playVideos": true,
}