summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-29 16:27:11 +0200
committerlain <lain@soykaf.club>2020-07-29 16:27:11 +0200
commitd249f91b3f36e320d135d2f57964f49f55ea61a3 (patch)
treebe4e24f6b3d95338ab2ce28d534b1c0d1c09a5ee /config
parentdc36d6e9d21dc47fa9b6332c6444a055f789fabd (diff)
Descriptions: Update with admin frontend info
Diffstat (limited to 'config')
-rw-r--r--config/description.exs17
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"
+ }
+ ]
}
]
}