mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-14 17:26:12 +01:00
27 lines
812 B
PHP
27 lines
812 B
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/attraction-with-accessibility-specification',
|
||
|
'title' => 'Attraktion mit accessibility specification',
|
||
|
],
|
||
|
1 => [
|
||
|
'uid' => '2',
|
||
|
'pid' => '10',
|
||
|
'sys_language_uid' => '1',
|
||
|
'l18n_parent' => '1',
|
||
|
'l10n_source' => '1',
|
||
|
'remote_id' => 'https://thuecat.org/resources/attraction-with-accessibility-specification',
|
||
|
'title' => 'Attraction with accessibility specification',
|
||
|
],
|
||
|
],
|
||
|
];
|