diff options
author | Angelina Filippova <linakirsanova@gmail.com> | 2020-08-04 15:10:44 +0300 |
---|---|---|
committer | Angelina Filippova <linakirsanova@gmail.com> | 2020-08-04 15:10:44 +0300 |
commit | 8bb54415470852f95967bc75fb8917db78eb0fbd (patch) | |
tree | cd28ecc480b95a6d6f7ec027584a0c9bab85987e | |
parent | 63b1ca6a0766772edb2affc65c42e2dad96c0de4 (diff) | |
download | pleroma-8bb54415470852f95967bc75fb8917db78eb0fbd.tar.gz |
Update descriptions in :frontends group
-rw-r--r-- | config/description.exs | 6 |
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." } ] } |