feat(helpdesk): add user-select to schema editor field type dropdown

Adds 'user-select' to FIELD_TYPES so it appears in the schema editor
dropdown as 'Benutzerauswahl' / 'User selection'. Preview renders a
placeholder select. Translations added to both i18n files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
aminovfariz
2026-06-08 11:04:25 +02:00
parent 9bc8799b6b
commit 2968d5e386
4 changed files with 10 additions and 1 deletions

View File

@@ -403,6 +403,7 @@
"Date": "Datum",
"Checkbox": "Checkbox",
"Select": "Auswahl",
"User selection": "Benutzerauswahl",
"Text content": "Textinhalt",
"Maximum %d fields allowed": "Maximal %d Felder erlaubt",
"Field %d: unknown type \"%s\"": "Feld %d: unbekannter Typ \"%s\"",