mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-14 17:26:12 +01:00
33 lines
767 B
PHP
33 lines
767 B
PHP
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
return [
|
||
|
'tx_thuecat_organisation' => [
|
||
|
0 => [
|
||
|
'uid' => '1',
|
||
|
'pid' => '11',
|
||
|
'remote_id' => 'https://thuecat.org/resources/018132452787-ngbe',
|
||
|
'title' => 'Erfurt Tourismus und Marketing GmbH',
|
||
|
],
|
||
|
],
|
||
|
'tx_thuecat_import_log' => [
|
||
|
0 => [
|
||
|
'uid' => '1',
|
||
|
'pid' => '0',
|
||
|
'configuration' => '1',
|
||
|
],
|
||
|
],
|
||
|
'tx_thuecat_import_log_entry' => [
|
||
|
0 => [
|
||
|
'uid' => '1',
|
||
|
'pid' => '0',
|
||
|
'import_log' => '1',
|
||
|
'record_uid' => '1',
|
||
|
'table_name' => 'tx_thuecat_organisation',
|
||
|
'insertion' => '1',
|
||
|
'errors' => '[]',
|
||
|
],
|
||
|
],
|
||
|
];
|