Add special-types to form

This commit is contained in:
philipp lang 2025-07-06 02:06:35 +02:00
parent 427f45373e
commit 17808c6eb1
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ enum SpecialType: string
case FIRSTNAME = 'Vorname';
case LASTNAME = 'Nachname';
case EMAIL = 'E-Mail-Adresse';
case BIRTHDAY = 'Geburtsdatum';
case ZIP = 'PLZ';
case LOCATION = 'Ort';
case ADDRESS = 'Adresse';
case GENDER = 'Geschlecht';
case LEADER = 'LeiterIn';
/**
* @return array<int, array{name: string, id: string}>