Commit 301caab
In TYPO3 v13, extensions can place User-TSConfig in
Configuration/user.tsconfig for automatic loading (Feature #101807),
replacing the deprecated addUserTSConfig().
- Add generateUserTsConfig() to FileGenerator
- Add Configuration/user.tsconfigt template generating a module.{key}
block per backend module as a starting point for developers
- Generation is skipped when the extension has no backend modules
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ef2eb4d commit 301caab
2 files changed
Lines changed: 24 additions & 0 deletions
File tree
- Classes/Service
- Resources/Private/CodeTemplates/Extbase/Configuration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
289 | 291 | | |
290 | 292 | | |
291 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
292 | 313 | | |
293 | 314 | | |
294 | 315 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments