DEV: Change share quote visibility setting default to 'all' (#23720)

As pointed out on Meta, having this default to all (anonymous- and logged in users) is probably more sensible than just anonymous.
This commit is contained in:
Ted Johansson 2023-09-30 11:41:50 +02:00 committed by GitHub
parent fd2912f944
commit 7019dbcfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ basic:
share_quote_visibility:
client: true
type: enum
default: "anonymous"
default: "all"
choices:
- none
- anonymous