Allow multiline in event name

This commit is contained in:
Dirk Koritnik 2021-03-08 13:25:43 +01:00 committed by Daniel Siepmann
parent afa6384636
commit 9d2825ed18

View file

@ -264,8 +264,9 @@ return [
'exclude' => true,
'label' => $l10nPath . ':tx_events_domain_model_event.name',
'config' => [
'type' => 'input',
'size' => 30,
'type' => 'text',
'cols' => 40,
'rows' => 2,
'eval' => 'trim'
],
],