stable release #160

Merged
floatingghost merged 111 commits from develop into stable 2022-08-12 15:25:02 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 19ccdc8762 - Show all commits

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"]
}
]