formattingOptionsEnabled no longer exists
authorMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:31:15 +0000 (16:31 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:31:15 +0000 (16:31 -0500)
config/description.exs

index 2870a65914cc8a49c49bbc999f9b8aed22039eb6..b4c598cb4529764c640f3c8d69c802668a30e98a 100644 (file)
@@ -1160,13 +1160,6 @@ config :pleroma, :config_description, [
             type: :boolean,
             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",