summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-07-12 22:07:16 -0400
committertusooa <tusooa@kazv.moe>2023-09-13 19:20:32 -0400
commit87353e5ad12799d12507253fe9a0363fd9f0c817 (patch)
treed23f7f34530e3019810856fbbc542b138bd10879 /config
parent8596f926543126efdb4b8cfe70beab6812824398 (diff)
downloadpleroma-87353e5ad12799d12507253fe9a0363fd9f0c817.tar.gz
pleroma-87353e5ad12799d12507253fe9a0363fd9f0c817.zip
Fix config descriptions for mrf inline quote
Diffstat (limited to 'config')
-rw-r--r--config/description.exs18
1 files changed, 0 insertions, 18 deletions
diff --git a/config/description.exs b/config/description.exs
index 079d187d5..d18649ae8 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -2996,24 +2996,6 @@ config :pleroma, :config_description, [
},
%{
group: :pleroma,
- key: :mrf_inline_quote,
- tab: :mrf,
- related_policy: "Pleroma.Web.ActivityPub.MRF.InlineQuotePolicy",
- label: "MRF Inline Quote Policy",
- type: :group,
- description: "Force quote url to appear in post content.",
- children: [
- %{
- key: :template,
- type: :string,
- description:
- "The template to append to the post. `{url}` will be replaced with the actual link to the quoted post.",
- suggestions: ["<bdi>RT:</bdi> {url}"]
- }
- ]
- },
- %{
- group: :pleroma,
key: :modules,
type: :group,
description: "Custom Runtime Modules",