Add greentext option
This commit is contained in:
parent
38fb5eaf6a
commit
7f00698c3b
@ -1161,6 +1161,12 @@ config :pleroma, :config_description, [
|
|||||||
description: "Disables PleromaFE Chat component"
|
description: "Disables PleromaFE Chat component"
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
|
key: :greentext,
|
||||||
|
label: "Greentext",
|
||||||
|
type: :boolean,
|
||||||
|
description: "Enables green text on lines prefixed with the > character."
|
||||||
|
},
|
||||||
|
%{
|
||||||
key: :hidePostStats,
|
key: :hidePostStats,
|
||||||
label: "Hide post stats",
|
label: "Hide post stats",
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
|
Loading…
Reference in New Issue
Block a user