aboutsummaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorAngelina Filippova <linakirsanova@gmail.com>2020-07-10 03:07:55 +0300
committerAngelina Filippova <linakirsanova@gmail.com>2020-07-10 03:07:55 +0300
commit6b9210e886e16f806563f20ac82c0fe56f12a615 (patch)
treefffffd16981b90bd867369c558b452efc4809c1e /config/description.exs
parent33e62856367b2789fa287830676edd843ad0e5d4 (diff)
downloadpleroma-6b9210e886e16f806563f20ac82c0fe56f12a615.tar.gz
Update type for :groups setting
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 337f0d307..c2cd40587 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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.",