mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-22 07:33:44 +01:00
de8d4f834e
- 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.
26 lines
496 B
Plaintext
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,
|
|
} |