mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 00:16:11 +01:00
Allow localization of event
This commit is contained in:
parent
4e2f191030
commit
afa6384636
1 changed files with 2 additions and 0 deletions
|
@ -504,6 +504,7 @@ return [
|
|||
'type' => 'select',
|
||||
'renderType' => 'selectSingle',
|
||||
'foreign_table' => 'tx_events_domain_model_organizer',
|
||||
'default' => 0,
|
||||
'minitems' => 0,
|
||||
'maxitems' => 1,
|
||||
],
|
||||
|
@ -515,6 +516,7 @@ return [
|
|||
'type' => 'select',
|
||||
'renderType' => 'selectSingle',
|
||||
'foreign_table' => 'tx_events_domain_model_region',
|
||||
'default' => 0,
|
||||
'minitems' => 0,
|
||||
'maxitems' => 1,
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue