Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
result.php
Go to the documentation of this file.
1 <?php
6 return [
7  0 => ['id' => 'One_Module::resource', 'title' => 'Resource One', 'sortOrder' => 10, 'children' => []],
8  1 => [
9  'id' => 'One_Module::resource_parent',
10  'title' => 'Resource Parent',
11  'sortOrder' => 25,
12  'children' => [
13  0 => [
14  'id' => 'One_Module::resource_child_one',
15  'title' => 'Resource Child',
16  'sortOrder' => 15,
17  'children' => [
18  0 => [
19  'id' => 'One_Module::resource_child_two',
20  'title' => 'Child Resource Level 2 Title',
21  'sortOrder' => 40,
22  'children' => [],
23  ],
24  ],
25  ],
26  ],
27  ]
28 ];