|
8 | 8 | */ |
9 | 9 | return [ |
10 | 10 | 'tools_toolsmaintenance' => [ |
11 | | - 'parent' => 'tools', |
| 11 | + 'parent' => 'system', |
12 | 12 | 'access' => 'systemMaintainer', |
13 | | - 'path' => '/module/tools/maintenance', |
| 13 | + 'position' => ['before' => '*'], |
| 14 | + 'path' => '/module/system/maintenance', |
14 | 15 | 'iconIdentifier' => 'module-install-maintenance', |
15 | 16 | 'labels' => 'install.modules.maintenance', |
16 | 17 | 'routes' => [ |
|
26 | 27 | ], |
27 | 28 | ], |
28 | 29 | 'tools_toolssettings' => [ |
29 | | - 'parent' => 'tools', |
| 30 | + 'parent' => 'system', |
30 | 31 | 'access' => 'systemMaintainer', |
31 | | - 'path' => '/module/tools/settings', |
| 32 | + 'position' => ['before' => '*'], |
| 33 | + 'path' => '/module/system/settings', |
32 | 34 | 'iconIdentifier' => 'module-install-settings', |
33 | 35 | 'labels' => 'install.modules.settings', |
34 | 36 | 'routes' => [ |
|
44 | 46 | ], |
45 | 47 | ], |
46 | 48 | 'tools_toolsupgrade' => [ |
47 | | - 'parent' => 'tools', |
| 49 | + 'parent' => 'system', |
48 | 50 | 'access' => 'systemMaintainer', |
49 | | - 'path' => '/module/tools/upgrade', |
| 51 | + 'position' => ['before' => '*'], |
| 52 | + 'path' => '/module/system/upgrade', |
50 | 53 | 'iconIdentifier' => 'module-install-upgrade', |
51 | 54 | 'labels' => 'install.modules.upgrade', |
52 | 55 | 'routes' => [ |
|
62 | 65 | ], |
63 | 66 | ], |
64 | 67 | 'tools_toolsenvironment' => [ |
65 | | - 'parent' => 'tools', |
| 68 | + 'parent' => 'system', |
66 | 69 | 'access' => 'systemMaintainer', |
67 | | - 'path' => '/module/tools/environment', |
| 70 | + 'position' => ['before' => '*'], |
| 71 | + 'path' => '/module/system/environment', |
68 | 72 | 'iconIdentifier' => 'module-install-environment', |
69 | 73 | 'labels' => 'install.modules.environment', |
70 | 74 | 'routes' => [ |
|
0 commit comments