feat: limit room remarks field to 200 characters to align with buspro
This commit is contained in:
@@ -487,6 +487,7 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider
|
||||
'sanitize_html' => true,
|
||||
'attr' => [
|
||||
'rows' => 2,
|
||||
'maxlength' => 200,
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user