From ef3df7e4bf5dc43564ad8eb4d775099c3017f4ff Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 22 Oct 2014 10:47:06 -0700 Subject: [PATCH] Clarify display of Custom Fields Summary: Fixes T6366, feel free to suggest better copy. Test Plan: Review copy Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6366 Differential Revision: https://secure.phabricator.com/D10739 --- src/docs/user/configuration/custom_fields.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/configuration/custom_fields.diviner b/src/docs/user/configuration/custom_fields.diviner index cc878ef007..d20734ed27 100644 --- a/src/docs/user/configuration/custom_fields.diviner +++ b/src/docs/user/configuration/custom_fields.diviner @@ -99,7 +99,7 @@ When defining custom fields using a configuration option like - **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 - defaults to `true`). + defaults to `true`). (Note: Empty fields are not shown.) - **search**: Show this field on the application's search interface, allowing users to filter objects by the field value. - **caption**: A caption to display underneath the field (optional).