mirror of
https://github.com/Codappix/typo3-php-datasets.git
synced 2024-11-14 18:36:10 +01:00
13 lines
179 B
PHP
13 lines
179 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'pages' => [
|
||
|
[
|
||
|
'uid' => 1,
|
||
|
'pid' => 0,
|
||
|
'is_siteroot' => 1,
|
||
|
'description' => null,
|
||
|
],
|
||
|
],
|
||
|
];
|