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:
parent
fd2912f944
commit
7019dbcfe1
|
@ -233,7 +233,7 @@ basic:
|
|||
share_quote_visibility:
|
||||
client: true
|
||||
type: enum
|
||||
default: "anonymous"
|
||||
default: "all"
|
||||
choices:
|
||||
- none
|
||||
- anonymous
|
||||
|
|
Loading…
Reference in New Issue