X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=75fd23566b1f3728cf8f42462ce77f1188c65fe0;hb=de64c6c54aaacc4123031f2e3d5bfb9fc9c517fe;hp=2a2d70a7b4a327a26fc92ac970db8d7cd9cf2c56;hpb=643b8c5f152bb71ef11074edd4a78f1405f360da;p=akkoma diff --git a/config/description.exs b/config/description.exs index 2a2d70a7b..75fd23566 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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." } ] },