summaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-07-24 19:26:35 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-08-14 14:52:54 +0700
commite0ac5c7a66664c897e1b3af9a55e0b73f32fa034 (patch)
tree3a2fe5e0c99f65a1d2cb2ed92e31b239f72c3a0d /docs/config.md
parent744e2ce8b4286c41dbea33c1b918bc92b774307e (diff)
downloadpleroma-e0ac5c7a66664c897e1b3af9a55e0b73f32fa034.tar.gz
pleroma-e0ac5c7a66664c897e1b3af9a55e0b73f32fa034.zip
Add custom profile fields
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 20311db54..ca5da7db1 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -132,6 +132,7 @@ config :pleroma, Pleroma.Emails.Mailer,
* `skip_thread_containment`: Skip filter out broken threads. The default is `false`.
* `limit_to_local_content`: Limit unauthenticated users to search for local statutes and users only. Possible values: `:unauthenticated`, `:all` and `false`. The default is `:unauthenticated`.
* `dynamic_configuration`: Allow transferring configuration to DB with the subsequent customization from Admin api.
+* `max_account_fields`: The maximum number of custom fields in the user profile (default: `4`)
* `external_user_synchronization`: Enabling following/followers counters synchronization for external users.