From 1c2041583ce775c70d2f428785822ed088ef4257 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 25 Apr 2015 08:24:50 -0700 Subject: [PATCH] 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 --- src/docs/user/configuration/custom_fields.diviner | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/user/configuration/custom_fields.diviner b/src/docs/user/configuration/custom_fields.diviner index ff430e4290..405633fc39 100644 --- a/src/docs/user/configuration/custom_fields.diviner +++ b/src/docs/user/configuration/custom_fields.diviner @@ -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