diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-08 05:56:24 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-08 06:28:40 +0200 |
commit | 312fc55f14e1b7f88ec43b72c577bf5df595beac (patch) | |
tree | 78dcafbc755dfabea5fd201f5e46a887c0db0b7e /config/description.exs | |
parent | 8c9df2d2e6a5a3639f6b411cd3e9b57248a0650c (diff) | |
download | pleroma-312fc55f14e1b7f88ec43b72c577bf5df595beac.tar.gz |
Add [:instances_favicons, :enabled] setting, defaults to false
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 650610fbe..7c432d67d 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3447,5 +3447,18 @@ config :pleroma, :config_description, [ suggestions: [false] } ] + }, + %{ + group: :pleroma, + key: :instances_favicons, + type: :group, + description: "Control favicons for instances", + children: [ + %{ + key: :enabled, + type: :boolean, + description: "Allow/disallow displaying and getting instances favicons" + } + ] } ] |