diff options
| author | lain <lain@soykaf.club> | 2019-08-20 12:44:14 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-08-20 12:44:14 +0000 |
| commit | ef43016b2c03f02ed6d77c6ca4afb1f19ff04771 (patch) | |
| tree | 01566e4988a6948104d109ca3b7b70d8598a4db5 /config | |
| parent | 10696ce2eede57d256e6a1b6f4775037fd63b146 (diff) | |
| parent | a2e1db56323d0f306ee42a1f58471eb55c8c1e68 (diff) | |
| download | pleroma-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 'config')
| -rw-r--r-- | config/config.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 758661120..7279b43b7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -255,6 +255,10 @@ config :pleroma, :instance, dynamic_configuration: false, user_bio_length: 5000, user_name_length: 100, + max_account_fields: 10, + max_remote_account_fields: 20, + account_field_name_length: 255, + account_field_value_length: 255, external_user_synchronization: true config :pleroma, :markup, |
