Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User profile behaviour and display is set in the file profile.json via json files under the folder profile at the root of the configuration folder.

...

Config path

Default value

Description

$profile.avatar.displayNameFields

[ “name” ]

As displayNameFields is an array, you can put several values that will be concatenated. Possible values ara firstname, lastname, email, name. Note that this value is defaulted to name, therefore if you don’t want to display avatar’s subtitle you should put an unknown value like displayNameField: ["none"].

...