2023-11-30 13:52:23 +01:00
|
|
|
<?php
|
2021-02-16 17:12:47 +01:00
|
|
|
|
2023-11-30 13:52:23 +01:00
|
|
|
declare(strict_types=1);
|
2021-02-16 17:12:47 +01:00
|
|
|
|
2023-11-30 13:52:23 +01:00
|
|
|
use TYPO3\CMS\Core\Domain\Repository\PageRepository;
|
2021-02-16 17:12:47 +01:00
|
|
|
|
2023-11-30 13:52:23 +01:00
|
|
|
return [
|
|
|
|
'pages' => [
|
|
|
|
0 => [
|
|
|
|
'uid' => '1',
|
|
|
|
'pid' => '0',
|
|
|
|
'tstamp' => '1613400587',
|
|
|
|
'crdate' => '1613400558',
|
|
|
|
'doktype' => PageRepository::DOKTYPE_DEFAULT,
|
|
|
|
'title' => 'Rootpage',
|
|
|
|
'is_siteroot' => '1',
|
|
|
|
],
|
|
|
|
1 => [
|
|
|
|
'uid' => '10',
|
|
|
|
'pid' => '1',
|
|
|
|
'tstamp' => '1613400587',
|
|
|
|
'crdate' => '1613400558',
|
|
|
|
'doktype' => PageRepository::DOKTYPE_SYSFOLDER,
|
|
|
|
'title' => 'Storage folder',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'tx_thuecat_import_configuration' => [
|
|
|
|
0 => [
|
|
|
|
'uid' => '1',
|
|
|
|
'pid' => '0',
|
|
|
|
'tstamp' => '1613400587',
|
|
|
|
'crdate' => '1613400558',
|
|
|
|
'disable' => '0',
|
|
|
|
'title' => 'Three tourist attractions',
|
|
|
|
'type' => 'static',
|
|
|
|
'configuration' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
2021-02-16 17:12:47 +01:00
|
|
|
<T3FlexForms>
|
|
|
|
<data>
|
|
|
|
<sheet index="sDEF">
|
|
|
|
<language index="lDEF">
|
2021-02-17 15:33:15 +01:00
|
|
|
<field index="storagePid">
|
|
|
|
<value index="vDEF">10</value>
|
|
|
|
</field>
|
2021-02-16 17:12:47 +01:00
|
|
|
<field index="urls">
|
|
|
|
<el index="el">
|
|
|
|
<field index="602a89f54d694654233086">
|
|
|
|
<value index="url">
|
|
|
|
<el>
|
|
|
|
<field index="url">
|
|
|
|
<value index="vDEF">https://thuecat.org/resources/835224016581-dara</value>
|
|
|
|
</field>
|
|
|
|
</el>
|
|
|
|
</value>
|
|
|
|
<value index="_TOGGLE">0</value>
|
|
|
|
</field>
|
|
|
|
<field index="602a89f5e6c52907080672">
|
|
|
|
<value index="url">
|
|
|
|
<el>
|
|
|
|
<field index="url">
|
|
|
|
<value index="vDEF">https://thuecat.org/resources/165868194223-zmqf</value>
|
|
|
|
</field>
|
|
|
|
</el>
|
|
|
|
</value>
|
|
|
|
<value index="_TOGGLE">0</value>
|
|
|
|
</field>
|
|
|
|
<field index="602a89f693965223334077">
|
|
|
|
<value index="url">
|
|
|
|
<el>
|
|
|
|
<field index="url">
|
|
|
|
<value index="vDEF">https://thuecat.org/resources/215230952334-yyno</value>
|
|
|
|
</field>
|
|
|
|
</el>
|
|
|
|
</value>
|
|
|
|
<value index="_TOGGLE">0</value>
|
|
|
|
</field>
|
|
|
|
</el>
|
|
|
|
</field>
|
|
|
|
</language>
|
|
|
|
</sheet>
|
|
|
|
</data>
|
|
|
|
</T3FlexForms>
|
2023-11-30 13:52:23 +01:00
|
|
|
',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'tx_thuecat_town' => [
|
|
|
|
0 => [
|
|
|
|
'uid' => '1',
|
|
|
|
'pid' => '10',
|
|
|
|
'tstamp' => '1613401129',
|
|
|
|
'crdate' => '1613401129',
|
|
|
|
'disable' => '0',
|
|
|
|
'remote_id' => 'https://thuecat.org/resources/043064193523-jcyt',
|
|
|
|
'managed_by' => '1',
|
|
|
|
'tourist_information' => '0',
|
|
|
|
'title' => 'Erfurt',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|