feat: limit room remarks field to 200 characters to align with buspro

This commit is contained in:
Björn Fromme
2026-03-17 10:01:40 +01:00
parent 00df76269a
commit 752e6752b4
2 changed files with 5 additions and 0 deletions
@@ -487,6 +487,7 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider
'sanitize_html' => true,
'attr' => [
'rows' => 2,
'maxlength' => 200,
],
];