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