Merge branch 'develop' into frontend-switcher-9000
[akkoma] / config / description.exs
index 6520bc29aa7678656a0cbcf0a93a3033ad2121e0..d329f8afa156e3548a34c85b2e205ac58f215603 100644 (file)
@@ -3159,6 +3159,12 @@ config :pleroma, :config_description, [
         description:
           "A map containing available frontends and parameters for their installation.",
         children: frontend_options
+      },
+      %{
+          key: :pickable,
+          type: {:list, :string},
+          description:
+            "A list containing all frontends users can pick as their preference, format is :name/:ref, e.g pleroma-fe/stable."
       }
     ]
   },