add suggestion

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-01-04 00:30:31 +01:00
parent 7a29929eb3
commit af4d9f4332

View File

@@ -34,6 +34,7 @@ var (
"birth_date",
"url",
"ip",
"job",
}
suggestions = map[string]string{
@@ -88,6 +89,7 @@ var (
"mobilephone": "phone",
"mobile": "phone",
"website": "url",
"jobtitle": "job",
}
)