custom_profile_fields: Add "required" parameter to the profile fields.

Fixes #28512.
This commit is contained in:
Vector73
2024-03-19 18:52:03 +05:30
committed by Tim Abbott
parent ac0673e0b5
commit f758ca596b
31 changed files with 281 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ class ProfileDataElementBase(TypedDict, total=False):
type: int
hint: str
display_in_profile_summary: bool
required: bool
field_data: str
order: int