feat: Introduce new profile sections and fields with detailed configurations and validation rules.

This commit is contained in:
pradeepkumar
2026-01-24 15:32:54 +05:30
parent 43b422a81e
commit 7d7eb1ac31
4 changed files with 1010 additions and 13 deletions

View File

@@ -45,6 +45,7 @@ enum FieldType {
NUMBER // Number input
DATE // Date picker
TAG_INPUT // Tag input (add custom tags)
FILE // File upload (documents, images)
}