diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:32:38 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 16:32:38 -0500 |
| commit | 7f00698c3bc94058185ea76b54dbf7b3d5a0f483 (patch) | |
| tree | c9ecaaac3536729bdac60328484d25a119779fef | |
| parent | 38fb5eaf6adf97ca9158bf5d0df1225b9c1778de (diff) | |
| download | pleroma-7f00698c3bc94058185ea76b54dbf7b3d5a0f483.tar.gz pleroma-7f00698c3bc94058185ea76b54dbf7b3d5a0f483.zip | |
Add greentext option
| -rw-r--r-- | config/description.exs | 6 |
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, |
