mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-15 01:36:11 +01:00
15 lines
279 B
PHP
15 lines
279 B
PHP
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
return [
|
||
|
'tx_thuecat_tourist_attraction' => [
|
||
|
0 => [
|
||
|
'uid' => '1',
|
||
|
'pid' => '3',
|
||
|
'title' => 'Erste Attraktion',
|
||
|
'description' => 'Die Beschreibung der Attraktion',
|
||
|
],
|
||
|
],
|
||
|
];
|