From d6781366c2a22e4ec6908c40d264e4a06fe7f780 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 30 Aug 2024 13:12:44 -0400 Subject: [PATCH] Update CustomField model documentation --- docs/models/extras/customfield.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/models/extras/customfield.md b/docs/models/extras/customfield.md index 626f320be..9aab66a36 100644 --- a/docs/models/extras/customfield.md +++ b/docs/models/extras/customfield.md @@ -57,7 +57,11 @@ A numeric weight used to override alphabetic ordering of fields by name. Custom ### Required -If checked, this custom field must be populated with a valid value for the object to pass validation. +If enabled, this custom field must be populated with a valid value for the object to pass validation. + +### Unique + +If enabled, each object must have a unique value set for this custom field (per object type). ### Description @@ -116,7 +120,3 @@ For numeric custom fields only. The maximum valid value (optional). ### Validation Regex For string-based custom fields only. A regular expression used to validate the field's value (optional). - -### Uniqueness Validation - -If enabled, each object must have a unique value set for this custom field (per object type).