<?php

return [
    'pages' => [
        [
            'pid' => '0',
            'uid' => '1',
            'title' => 'Root page',
            'slug' => '1',
            'is_siteroot' => '1',
        ],
        [
            'pid' => '1',
            'uid' => '2',
            'title' => 'Storage',
            'doktype' => '254',
        ],
    ],
];