mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-24 22:07:52 -04:00
Allow ToS panel to be configurable
This commit is contained in:
parent
1775a4db08
commit
7a0ad8f29c
2 changed files with 6 additions and 0 deletions
|
@ -174,6 +174,7 @@ config :pleroma, :instance,
|
|||
short_description: "",
|
||||
background_image: "/images/city.jpg",
|
||||
instance_thumbnail: "/instance/thumbnail.jpeg",
|
||||
embedded_terms: true,
|
||||
favicon: "/favicon.png",
|
||||
limit: 5_000,
|
||||
description_limit: 5_000,
|
||||
|
|
|
@ -1057,6 +1057,11 @@ config :pleroma, :config_description, [
|
|||
description: "Favicon of the instance",
|
||||
suggestions: ["/favicon.png"]
|
||||
},
|
||||
%{
|
||||
key: :embedded_terms,
|
||||
type: :boolean,
|
||||
description: "Embed Terms of Service panel on About and Registration pages",
|
||||
},
|
||||
%{
|
||||
key: :show_reactions,
|
||||
type: :boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue