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);
|
|
|
|
|
|
|
|
use TYPO3\CMS\Core\Domain\Repository\PageRepository;
|
|
|
|
|
|
|
|
return [
|
|
|
|
'pages' => [
|
|
|
|
0 => [
|
|
|
|
'uid' => '1',
|
|
|
|
'pid' => '0',
|
|
|
|
'tstamp' => '1613400587',
|
|
|
|
'crdate' => '1613400558',
|
|
|
|
'doktype' => PageRepository::DOKTYPE_DEFAULT,
|
|
|
|
'title' => 'Rootpage',
|
|
|
|
'is_siteroot' => '1',
|
|
|
|
],
|
|
|
|
1 => [
|
|
|
|
'uid' => '11',
|
|
|
|
'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' => 'Single Fresh Organisation',
|
|
|
|
'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">11</value>
|
|
|
|
</field>
|
2021-02-16 17:12:47 +01:00
|
|
|
<field index="urls">
|
|
|
|
<el index="el">
|
|
|
|
<field index="602a89e212237114263881">
|
|
|
|
<value index="url">
|
|
|
|
<el>
|
|
|
|
<field index="url">
|
|
|
|
<value index="vDEF">https://thuecat.org/resources/018132452787-ngbe</value>
|
|
|
|
</field>
|
|
|
|
</el>
|
|
|
|
</value>
|
|
|
|
<value index="_TOGGLE">0</value>
|
|
|
|
</field>
|
|
|
|
</el>
|
|
|
|
</field>
|
|
|
|
</language>
|
|
|
|
</sheet>
|
|
|
|
</data>
|
|
|
|
</T3FlexForms>
|
2023-11-30 13:52:23 +01:00
|
|
|
',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|