From: lain Date: Wed, 29 Jul 2020 14:27:11 +0000 (+0200) Subject: Descriptions: Update with admin frontend info X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d249f91b3f36e320d135d2f57964f49f55ea61a3;p=akkoma Descriptions: Update with admin frontend info --- diff --git a/config/description.exs b/config/description.exs index 30a503696..b96fe9705 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3517,6 +3517,23 @@ config :pleroma, :config_description, [ description: "reference of the installed primary frontend to be used" } ] + }, + %{ + key: :admin, + type: :map, + description: "Admin frontend", + children: [ + %{ + key: "name", + type: :string, + description: "Name of the installed Admin frontend" + }, + %{ + key: "ref", + type: :string, + description: "reference of the installed Admin frontend to be used" + } + ] } ] }