describe color keys
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 11 Aug 2022 09:28:59 +0000 (10:28 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 11 Aug 2022 09:28:59 +0000 (10:28 +0100)
fixes #126

config/description.exs

index 9cbd0024d1f3e7c0eb5b535dff5a4fda2ebdd0ba..176cae58b3257b9eeb13e18ceb5b6a00db0709e9 100644 (file)
@@ -1442,13 +1442,13 @@ config :pleroma, :config_description, [
       %{
         key: :theme_color,
         type: :string,
-        description: "Describe the theme color of the app",
+        description: "Describe the theme color of the app - this is only used for mastodon-fe",
         suggestions: ["#282c37", "mediumpurple"]
       },
       %{
         key: :background_color,
         type: :string,
-        description: "Describe the background color of the app",
+        description: "Describe the background color of the app - this is only used for mastodon-fe",
         suggestions: ["#191b22", "aliceblue"]
       }
     ]