projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38fb5ea
)
Add greentext option
author
Mark Felder
<feld@FreeBSD.org>
Wed, 13 May 2020 21:32:38 +0000
(16:32 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 13 May 2020 21:32:38 +0000
(16:32 -0500)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index b4c598cb4529764c640f3c8d69c802668a30e98a..82e888188c328a4138553fbac8d3a8af274671c2 100644
(file)
--- 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",