Commit 5f16600
committed
fix: use 'tools' parent for v13 compatibility
The 'admin' module group was introduced in TYPO3 v14. On v13, only
'tools' exists as the admin tools parent module. Using 'admin' causes
the LLM modules to silently fail to register on v13.
Change to 'tools' which works on both versions:
- v13: 'tools' exists natively
- v14: 'tools' is an alias for 'admin'
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>1 parent 1644da4 commit 5f16600
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | | - | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
0 commit comments