mirror of
https://github.com/Codappix/typo3-php-datasets.git
synced 2024-11-14 18:56:11 +01:00
Daniel Siepmann
ae33eeddc9
A bin was added with a single command. That command allows to convert multiple XML files to PHP files in place.
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',
|
|
),
|
|
),
|
|
);
|