mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-10 15:26:17 +01:00
29 lines
1.2 KiB
PHP
29 lines
1.2 KiB
PHP
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
return [
|
||
|
'tx_thuecat_tourist_attraction' => [
|
||
|
0 => [
|
||
|
'uid' => '1',
|
||
|
'pid' => '10',
|
||
|
'sys_language_uid' => '0',
|
||
|
'l18n_parent' => '0',
|
||
|
'l10n_source' => '0',
|
||
|
'remote_id' => 'https://thuecat.org/resources/835224016581-dara',
|
||
|
'title' => 'Dom St. Marien',
|
||
|
'special_opening_hours' => '[{"opens":"10:00:00","closes":"14:00:00","from":{"date":"2050-12-31 00:00:00.000000","timezone_type":3,"timezone":"UTC"},"through":{"date":"2050-12-31 00:00:00.000000","timezone_type":3,"timezone":"UTC"},"daysOfWeek":["Saturday"]}]',
|
||
|
],
|
||
|
1 => [
|
||
|
'uid' => '2',
|
||
|
'pid' => '10',
|
||
|
'sys_language_uid' => '1',
|
||
|
'l18n_parent' => '1',
|
||
|
'l10n_source' => '1',
|
||
|
'remote_id' => 'https://thuecat.org/resources/835224016581-dara',
|
||
|
'title' => 'Cathedral of St. Mary',
|
||
|
'special_opening_hours' => '[{"opens":"10:00:00","closes":"14:00:00","from":{"date":"2050-12-31 00:00:00.000000","timezone_type":3,"timezone":"UTC"},"through":{"date":"2050-12-31 00:00:00.000000","timezone_type":3,"timezone":"UTC"},"daysOfWeek":["Saturday"]}]',
|
||
|
],
|
||
|
],
|
||
|
];
|