diff options
author | Henry Jameson <me@hjkos.com> | 2023-10-29 18:58:57 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-11-14 11:05:23 +0100 |
commit | a5aa8ea79603e22541de04c26293dc87bd2f2ed8 (patch) | |
tree | b55d0f1512c8abea90a6bf130e062776bb8cb945 /config/description.exs | |
parent | bf2d6abaf2f7ccc908c512a8d5be4e091779e9e5 (diff) | |
download | pleroma-a5aa8ea79603e22541de04c26293dc87bd2f2ed8.tar.gz pleroma-a5aa8ea79603e22541de04c26293dc87bd2f2ed8.zip |
Add support for configuring a favicon and embed PWA manifest in server-generated-meta
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index b152981c4..27e7f7e9b 100644 --- a/config/description.exs +++ b/config/description.exs @@ -988,6 +988,12 @@ config :pleroma, :config_description, [ suggestions: ["/instance/thumbnail.jpeg"] }, %{ + key: :favicon, + type: {:string, :image}, + description: "Favicon of the instance", + suggestions: ["/favicon.png"] + }, + %{ key: :show_reactions, type: :boolean, description: "Let favourites and emoji reactions be viewed through the API." |