mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 11:16:10 +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,
|
'exclude' => true,
|
||||||
'label' => $l10nPath . ':tx_events_domain_model_event.name',
|
'label' => $l10nPath . ':tx_events_domain_model_event.name',
|
||||||
'config' => [
|
'config' => [
|
||||||
'type' => 'input',
|
'type' => 'text',
|
||||||
'size' => 30,
|
'cols' => 40,
|
||||||
|
'rows' => 2,
|
||||||
'eval' => 'trim'
|
'eval' => 'trim'
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue