diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:31:15 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:31:15 -0500 |
commit | 38fb5eaf6adf97ca9158bf5d0df1225b9c1778de (patch) | |
tree | 647e4c140a7da78dc8b051a15776124035ab374f | |
parent | 4bdde143f99d0a5cef6a15475b5e4591994ca546 (diff) | |
download | pleroma-38fb5eaf6adf97ca9158bf5d0df1225b9c1778de.tar.gz |
formattingOptionsEnabled no longer exists
-rw-r--r-- | config/description.exs | 7 |
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, |