From: Mark Felder Date: Wed, 13 May 2020 21:32:38 +0000 (-0500) Subject: Add greentext option X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=7f00698c3bc94058185ea76b54dbf7b3d5a0f483;p=akkoma Add greentext option --- diff --git a/config/description.exs b/config/description.exs index b4c598cb4..82e888188 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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",