We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189adee commit 89cfbc1Copy full SHA for 89cfbc1
1 file changed
Configuration/Backend/Modules.php
@@ -1,8 +1,12 @@
1
<?php
2
3
+use TYPO3\CMS\Core\Information\Typo3Version;
4
+
5
+$parent = (new Typo3Version())->getMajorVersion() >= 14 ? 'admin' : 'tools';
6
7
return [
8
'aim' => [
- 'parent' => 'admin',
9
+ 'parent' => $parent,
10
'position' => ['before' => '*'],
11
'appearance' => [
12
'dependsOnSubmodules' => true,
0 commit comments