added test

This commit is contained in:
Maksim Pechnikov 2020-08-07 09:47:05 +03:00
commit 6e6276b4f8
2 changed files with 74 additions and 4 deletions

View file

@ -982,8 +982,7 @@ config :pleroma, :config_description, [
%{
key: :message,
type: :string,
description:
"A message that will be sent to newly registered users",
description: "A message that will be sent to newly registered users",
suggestions: [
"Hi, @username! Welcome on board!"
]
@ -3552,13 +3551,15 @@ config :pleroma, :config_description, [
key: "name",
label: "Name",
type: :string,
description: "Name of the installed primary frontend. Valid config must include both `Name` and `Reference` values."
description:
"Name of the installed primary frontend. Valid config must include both `Name` and `Reference` values."
},
%{
key: "ref",
label: "Reference",
type: :string,
description: "Reference of the installed primary frontend to be used. Valid config must include both `Name` and `Reference` values."
description:
"Reference of the installed primary frontend to be used. Valid config must include both `Name` and `Reference` values."
}
]
}