aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/description.exs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index b4c598cb4..82e888188 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1161,6 +1161,12 @@ config :pleroma, :config_description, [
description: "Disables PleromaFE Chat component"
},
%{
+ key: :greentext,
+ label: "Greentext",
+ type: :boolean,
+ description: "Enables green text on lines prefixed with the > character."
+ },
+ %{
key: :hidePostStats,
label: "Hide post stats",
type: :boolean,