mirror of
https://github.com/werkraum-media/events.git
synced 2025-03-30 09:43:47 +02:00
Those are now part of the import, or hard coded. Resolves: #11483
20 lines
529 B
PHP
20 lines
529 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',
|
|
'rest_license_key' => 'example-license',
|
|
'rest_limit' => '3',
|
|
'rest_mode' => 'next_months,12',
|
|
],
|
|
],
|
|
];
|