Update type for :groups setting
authorAngelina Filippova <linakirsanova@gmail.com>
Fri, 10 Jul 2020 00:07:55 +0000 (03:07 +0300)
committerAngelina Filippova <linakirsanova@gmail.com>
Fri, 10 Jul 2020 00:07:55 +0000 (03:07 +0300)
config/description.exs

index 337f0d307de311cdf80159dab830aca79cdf088c..c2cd405873673568c8294d090011f4b9cd09194e 100644 (file)
@@ -2527,7 +2527,7 @@ config :pleroma, :config_description, [
       %{
         key: :styling,
         type: :map,
-        description: "a map with color settings for email templates.",
+        description: "A map with color settings for email templates.",
         suggestions: [
           %{
             link_color: "#d8a070",
@@ -2633,7 +2633,7 @@ config :pleroma, :config_description, [
       },
       %{
         key: :groups,
-        type: {:keyword, :string, {:list, :string}},
+        type: {:keyword, {:list, :string}},
         description:
           "Emojis are ordered in groups (tags). This is an array of key-value pairs where the key is the group name" <>
             " and the value is the location or array of locations. * can be used as a wildcard.",