mirror of
https://github.com/Codappix/typo3-php-datasets.git
synced 2024-11-15 04:36:11 +01:00
15 lines
191 B
PHP
15 lines
191 B
PHP
|
<?php
|
||
|
|
||
|
return array (
|
||
|
'pages' =>
|
||
|
array (
|
||
|
0 =>
|
||
|
array (
|
||
|
'uid' => '1',
|
||
|
'pid' => '0',
|
||
|
'title' => 'Page with uid 1 below 0',
|
||
|
'deleted' => '0',
|
||
|
),
|
||
|
),
|
||
|
);
|