projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc36d6e
)
Descriptions: Update with admin frontend info
author
lain
<lain@soykaf.club>
Wed, 29 Jul 2020 14:27:11 +0000
(16:27 +0200)
committer
lain
<lain@soykaf.club>
Wed, 29 Jul 2020 14:27:11 +0000
(16:27 +0200)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 30a503696c2271a14738316d837e2f56a38610a6..b96fe9705b44c699055f635a537093f4a7c1bc36 100644
(file)
--- 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"
+ }
+ ]
}
]
}