mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 09:56:11 +01:00
Daniel Siepmann
3d0d5d8645
A new PSR-14 event is added that allows to modify the event right before it is persisted within Destination Data One import. This for example allows to alter dates, prices, etc. Improve handling of missing end time in dates.
15 lines
372 B
PHP
15 lines
372 B
PHP
<?php
|
|
|
|
return [
|
|
'tx_events_domain_model_import' => [
|
|
[
|
|
'uid' => '1',
|
|
'pid' => '2',
|
|
'title' => 'Example import configuration',
|
|
'storage_pid' => 2,
|
|
'files_folder' => '1:/staedte/beispielstadt/events/',
|
|
'region' => '1',
|
|
'rest_experience' => 'beispielstadt',
|
|
],
|
|
],
|
|
];
|