diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-18 18:02:01 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-18 18:18:38 +0100 |
commit | 397f67fef8658000be26fd3b9bd86f5968fcaf52 (patch) | |
tree | 4e1db1caa5e57c92325ec8c7bc4d655ff7e3063d /config | |
parent | b108b0565076d677a90ff38ec8926e1f3153b7f6 (diff) | |
download | pleroma-397f67fef8658000be26fd3b9bd86f5968fcaf52.tar.gz |
Format code, expose instance configuration related to birth dates
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 9a5242820..867112b8e 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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." } ] }, |