Descriptions: Update with admin frontend info
authorlain <lain@soykaf.club>
Wed, 29 Jul 2020 14:27:11 +0000 (16:27 +0200)
committerlain <lain@soykaf.club>
Wed, 29 Jul 2020 14:27:11 +0000 (16:27 +0200)
config/description.exs

index 30a503696c2271a14738316d837e2f56a38610a6..b96fe9705b44c699055f635a537093f4a7c1bc36 100644 (file)
@@ -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"
+          }
+        ]
       }
     ]
   }