25 lines
392 B
YAML
25 lines
392 B
YAML
# ===================================
|
|
# List Column Definitions
|
|
# ===================================
|
|
|
|
columns:
|
|
id:
|
|
label: ID
|
|
|
|
firstname:
|
|
label: Vorname
|
|
|
|
lastname:
|
|
label: Nachname
|
|
|
|
email:
|
|
label: E-Mail-Adresse
|
|
|
|
event:
|
|
relation: event
|
|
label: Veranstaltung
|
|
valueFrom: name
|
|
|
|
created_at:
|
|
label: Erstellt am
|