Add key- and valuePlaceholders for quarantined_instances and mrf_simple
* I also added for keywordpolicy as well now. It was done in the admin-fe, but is better to be done here * I also added comments to explain why we did the _info keys (backwards compatibility)
This commit is contained in:
parent
9418424048
commit
f4028c908c
4 changed files with 12 additions and 0 deletions
|
|
@ -688,6 +688,8 @@ config :pleroma, :config_description, [
|
|||
%{
|
||||
key: :quarantined_instances,
|
||||
type: {:list, :tuple},
|
||||
keyPlaceholder: "instance",
|
||||
valuePlaceholder: "reason",
|
||||
description:
|
||||
"List of ActivityPub instances where private (DMs, followers-only) activities will not be sent and the reason for doing so",
|
||||
suggestions: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue