Format code, expose instance configuration related to birth dates

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-01-18 18:02:01 +01:00
commit 397f67fef8
7 changed files with 16 additions and 12 deletions

View file

@ -966,7 +966,8 @@ config :pleroma, :config_description, [
%{
key: :birth_date_min_age,
type: :integer,
description: "Min age for users to create account. Only makes sense if birth date is required."
description:
"Min age for users to create account. Only makes sense if birth date is required."
}
]
},