aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-13 16:31:15 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-13 16:31:15 -0500
commit38fb5eaf6adf97ca9158bf5d0df1225b9c1778de (patch)
tree647e4c140a7da78dc8b051a15776124035ab374f
parent4bdde143f99d0a5cef6a15475b5e4591994ca546 (diff)
downloadpleroma-38fb5eaf6adf97ca9158bf5d0df1225b9c1778de.tar.gz
formattingOptionsEnabled no longer exists
-rw-r--r--config/description.exs7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/description.exs b/config/description.exs
index 2870a6591..b4c598cb4 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1161,13 +1161,6 @@ config :pleroma, :config_description, [
description: "Disables PleromaFE Chat component"
},
%{
- key: :formattingOptionsEnabled,
- label: "Formatting options enabled",
- type: :boolean,
- description:
- "Enable setting a formatting different than plain-text (ie. HTML, Markdown) when posting, relates to `:instance`, `allowed_post_formats`"
- },
- %{
key: :hidePostStats,
label: "Hide post stats",
type: :boolean,