mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-14 17:26:12 +01:00
14 lines
278 B
PHP
14 lines
278 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',
|
|
],
|
|
],
|
|
];
|