Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/nicholasfoden/docs into n…
Browse files Browse the repository at this point in the history
…icholasfoden-master
  • Loading branch information
MartinSchoeler committed Mar 5, 2021
2 parents 491f103 + b326f72 commit 8a93728
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions guides/administrator-guides/custom-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ You can set custom fields under `Administration > Accounts > Registration > Cust

Custom fields show up when a user registers, and when an admin looks for that user's information.

<!-- https://github.com/RocketChat/Rocket.Chat/issues/2304#issuecomment-392265826 -->
In order to display custom fields in user profiles you can use this syntax under ` Administration > Accounts > Custom Fields to Show in User Info`

```json
[{"Designation": "designation"}, {"Department": "department"}]
```

For now, set custom fields using a [JSON object](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON).

Make sure to use a valid `JSON`, where `keys` are the `field names` containing a dictionary of field settings. Example:
Expand Down

0 comments on commit 8a93728

Please sign in to comment.