mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-14 17:56:10 +01:00
24 lines
519 B
PHP
24 lines
519 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'tx_events_domain_model_event' => [
|
|
[
|
|
'uid' => 1,
|
|
'pid' => 2,
|
|
'global_id' => 'e_100347853',
|
|
'features' => 1,
|
|
],
|
|
],
|
|
'sys_category_record_mm' => [
|
|
[
|
|
'uid_local' => 5,
|
|
'uid_foreign' => 1,
|
|
'tablenames' => 'tx_events_domain_model_event',
|
|
'fieldname' => 'features',
|
|
'sorting' => 0,
|
|
'sorting_foreign' => 1,
|
|
],
|
|
],
|
|
];
|