summaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-08-20 12:44:14 +0000
committerlain <lain@soykaf.club>2019-08-20 12:44:14 +0000
commitef43016b2c03f02ed6d77c6ca4afb1f19ff04771 (patch)
tree01566e4988a6948104d109ca3b7b70d8598a4db5 /docs/config.md
parent10696ce2eede57d256e6a1b6f4775037fd63b146 (diff)
parenta2e1db56323d0f306ee42a1f58471eb55c8c1e68 (diff)
downloadpleroma-ef43016b2c03f02ed6d77c6ca4afb1f19ff04771.tar.gz
pleroma-ef43016b2c03f02ed6d77c6ca4afb1f19ff04771.zip
Merge branch 'feature/custom-fields' into 'develop'
Add custom profile fields See merge request pleroma/pleroma!1488
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 20311db54..7e4e96db0 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -132,6 +132,10 @@ 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: `10`)
+* `max_remote_account_fields`: The maximum number of custom fields in the remote user profile (default: `20`)
+* `account_field_name_length`: An account field name maximum length (default: `255`)
+* `account_field_value_length`: An account field value maximum length (default: `255`)
* `external_user_synchronization`: Enabling following/followers counters synchronization for external users.