formattingOptionsEnabled no longer exists

This commit is contained in:
Mark Felder 2020-05-13 16:31:15 -05:00
parent 4bdde143f9
commit 38fb5eaf6a
1 changed files with 0 additions and 7 deletions

View 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",