Add greentext option
authorMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:32:38 +0000 (16:32 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 13 May 2020 21:32:38 +0000 (16:32 -0500)
config/description.exs

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