diff options
author | lain <lain@soykaf.club> | 2020-07-29 16:27:11 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-29 16:27:11 +0200 |
commit | d249f91b3f36e320d135d2f57964f49f55ea61a3 (patch) | |
tree | be4e24f6b3d95338ab2ce28d534b1c0d1c09a5ee | |
parent | dc36d6e9d21dc47fa9b6332c6444a055f789fabd (diff) | |
download | pleroma-d249f91b3f36e320d135d2f57964f49f55ea61a3.tar.gz |
Descriptions: Update with admin frontend info
-rw-r--r-- | config/description.exs | 17 |
1 files changed, 17 insertions, 0 deletions
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" + } + ] } ] } |