add selection UI
[akkoma] / config / description.exs
index 2a2d70a7b4a327a26fc92ac970db8d7cd9cf2c56..75fd23566b1f3728cf8f42462ce77f1188c65fe0 100644 (file)
@@ -3148,6 +3148,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."
       }
     ]
   },