mirror of https://github.com/zulip/zulip.git
help: Add "Edit a custom profile field" section.
Adds a section on editing to the Custom profile fields help article. Fixes part of #23170.
This commit is contained in:
parent
64c31b7cb9
commit
84ce917e9f
|
@ -28,6 +28,19 @@ methods][authentication-production] documentation for details.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
|
## Edit a custom profile field
|
||||||
|
|
||||||
|
{start_tabs}
|
||||||
|
|
||||||
|
{settings_tab|profile-field-settings}
|
||||||
|
|
||||||
|
1. In the **Actions** column, click the **pencil** (<i class="fa fa-pencil"></i>)
|
||||||
|
icon for the profile field you want to edit.
|
||||||
|
|
||||||
|
1. Edit profile field information as desired, and click **Save changes**.
|
||||||
|
|
||||||
|
{end_tabs}
|
||||||
|
|
||||||
## Profile field types
|
## Profile field types
|
||||||
|
|
||||||
There are several different types of fields available.
|
There are several different types of fields available.
|
||||||
|
@ -58,8 +71,8 @@ checkboxes will be disabled.
|
||||||
|
|
||||||
{settings_tab|profile-field-settings}
|
{settings_tab|profile-field-settings}
|
||||||
|
|
||||||
1. Click the **pencil** (<i class="fa fa-pencil"></i>) icon on the profile field
|
1. In the **Actions** column, click the **pencil** (<i class="fa fa-pencil"></i>)
|
||||||
you want to edit.
|
icon for the profile field you want to edit.
|
||||||
|
|
||||||
1. Toggle **Display in profile summary**.
|
1. Toggle **Display in profile summary**.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue