Add special-types to form
This commit is contained in:
parent
427f45373e
commit
17808c6eb1
|
@ -7,6 +7,12 @@ enum SpecialType: string
|
||||||
case FIRSTNAME = 'Vorname';
|
case FIRSTNAME = 'Vorname';
|
||||||
case LASTNAME = 'Nachname';
|
case LASTNAME = 'Nachname';
|
||||||
case EMAIL = 'E-Mail-Adresse';
|
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}>
|
* @return array<int, array{name: string, id: string}>
|
||||||
|
|
Loading…
Reference in New Issue