X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=bd20cb2392b9dc1f4727f4f910cbcd7a2a648927;hb=522221f7fb76859b23840bb0c9de0018dae41cbf;hp=6520bc29aa7678656a0cbcf0a93a3033ad2121e0;hpb=f94e8a3713e5cadb67b53ea05a2bc38eb562c2f5;p=akkoma diff --git a/config/description.exs b/config/description.exs index 6520bc29a..bd20cb239 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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." } ] },