mix format
ci/woodpecker/push/woodpecker Pipeline is pending Details
ci/woodpecker/pr/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2022-08-11 19:21:50 +01:00
parent 967c325b0d
commit 19ccdc8762
1 changed files with 2 additions and 1 deletions

View File

@ -1448,7 +1448,8 @@ config :pleroma, :config_description, [
%{
key: :background_color,
type: :string,
description: "Describe the background color of the app - this is only used for mastodon-fe",
description:
"Describe the background color of the app - this is only used for mastodon-fe",
suggestions: ["#191b22", "aliceblue"]
}
]