Merge pull request 'Let (foreign) user profiles override current wallpaper' (#3498) from profile-bg into develop
Reviewed-on: https://git.pleroma.social/pleroma/pleroma-fe/pulls/3498
This commit is contained in:
commit
9c22077e39
10 changed files with 35 additions and 3 deletions
|
|
@ -140,6 +140,10 @@ export const INSTANCE_DEFAULT_CONFIG_DEFINITIONS = {
|
|||
description: 'Hide Instance-specific panel',
|
||||
default: false,
|
||||
},
|
||||
allowForeignUserBackground: {
|
||||
description: "Allow other user's profiles to override wallpaper",
|
||||
default: true,
|
||||
},
|
||||
hideInstanceWallpaper: {
|
||||
description: 'Hide Instance default background',
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue