mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 09:16:10 +01:00
17 lines
398 B
PHP
17 lines
398 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
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',
|
|
],
|
|
],
|
|
];
|