mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-15 01:36:11 +01:00
28 lines
862 B
PHP
28 lines
862 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-slogan-array',
|
|
'title' => 'Attraktion mit slogan array',
|
|
'slogan' => 'Highlight,InsiderTip,Unique',
|
|
],
|
|
1 => [
|
|
'uid' => '2',
|
|
'pid' => '10',
|
|
'sys_language_uid' => '1',
|
|
'l18n_parent' => '1',
|
|
'l10n_source' => '1',
|
|
'remote_id' => 'https://thuecat.org/resources/attraction-with-slogan-array',
|
|
'title' => 'Attraction with slogan array',
|
|
'slogan' => 'Highlight,InsiderTip,Unique',
|
|
],
|
|
],
|
|
];
|