summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAngelina Filippova <linakirsanova@gmail.com>2020-08-04 15:10:44 +0300
committerAngelina Filippova <linakirsanova@gmail.com>2020-08-04 15:10:44 +0300
commit8bb54415470852f95967bc75fb8917db78eb0fbd (patch)
treecd28ecc480b95a6d6f7ec027584a0c9bab85987e /config
parent63b1ca6a0766772edb2affc65c42e2dad96c0de4 (diff)
Update descriptions in :frontends group
Diffstat (limited to 'config')
-rw-r--r--config/description.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 9c8e330bf..7da01b175 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -3550,13 +3550,15 @@ config :pleroma, :config_description, [
children: [
%{
key: "name",
+ label: "Name",
type: :string,
- description: "Name of the installed primary frontend"
+ 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"
+ description: "Reference of the installed primary frontend to be used. Valid config must include both `Name` and `Reference` values."
}
]
}