mirror of
https://github.com/Codappix/typo3-php-datasets.git
synced 2024-11-14 19:56:12 +01:00
14 lines
221 B
PHP
14 lines
221 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'pages' => [
|
||
|
[
|
||
|
'uid' => 1,
|
||
|
'pid' => 0,
|
||
|
'is_siteroot' => 1,
|
||
|
'title' => 'Rootpage',
|
||
|
'description' => 'Some text',
|
||
|
],
|
||
|
],
|
||
|
];
|