mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:16:11 +01:00
Allow multiline in event name
This commit is contained in:
parent
afa6384636
commit
9d2825ed18
1 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue