Merge branch 'preferred-frontend' into 'develop'
Port Akkoma frontend preference code See merge request pleroma/pleroma!4398
This commit is contained in:
commit
d41e2fbaaf
14 changed files with 264 additions and 13 deletions
|
|
@ -3333,6 +3333,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."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue