aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/description.exs13
1 files changed, 7 insertions, 6 deletions
diff --git a/config/description.exs b/config/description.exs
index 8d22c6f48..c2e309cd4 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1204,6 +1204,13 @@ config :pleroma, :config_description, [
"If you want a colorful logo you must disable logoMask."
},
%{
+ key: :minimalScopesMode,
+ label: "Minimal scopes mode",
+ type: :boolean,
+ description: "Limit scope selection to Direct, User default, and Scope of post replying to. " <>
+ "Also prevents replying to a DM with a public post from PleromaFE."
+ },
+ %{
key: :redirectRootNoLogin,
label: "Redirect root no login",
type: :string,
@@ -1226,12 +1233,6 @@ config :pleroma, :config_description, [
description: "Copy the scope (private/unlisted/public) in replies to posts by default"
},
%{
- key: :scopeOptionsEnabled,
- label: "Scope options enabled",
- type: :boolean,
- description: "Enable setting a notice visibility and subject/CW when posting"
- },
- %{
key: :showInstanceSpecificPanel,
label: "Show instance specific panel",
type: :boolean,