mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Document the "link" standard custom field
Summary: Fixes T3868. Test Plan: Read documentation. Reviewers: slester, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T3868 Differential Revision: https://secure.phabricator.com/D12545
This commit is contained in:
parent
3b2fa99c57
commit
1c2041583c
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ When defining custom fields using a configuration option like
|
|||
- **users**: A typeahead which allows multiple users to be input.
|
||||
- **date**: A date/time picker.
|
||||
- **header**: Renders a visual divider which you can use to group fields.
|
||||
- **link**: A text field which allows the user to enter a link.
|
||||
- **edit**: Show this field on the application's edit interface (this
|
||||
defaults to `true`).
|
||||
- **view**: Show this field on the application's view interface (this
|
||||
|
|
Loading…
Reference in a new issue