diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index 209e2dc9d..ce81da1fe 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -533,6 +533,14 @@ accounts-allow-custom-css: false # Default: 10000 accounts-custom-css-length: 10000 +# Int. The maximum number of profile fields allowed for each account. +# +# Note that going way higher than the default might break federation. +# +# Examples: [4, 6, 12] +# Default: 6 +accounts-max-profile-fields: 6 + ######################## ##### MEDIA CONFIG ##### ######################## |
