ATTENTION: this extension is just an example on HOW you can achieve it. While it's not the optimal solution available, it provides a quick and functional approach. If you discover a better solution, I'd gladly integrate it.
With the introduction of the new TypoScript Parser in Typo3 v12, the feature allowing nested constants (examples provided below) was initially removed. For those heavily reliant on this functionality (like myself), there seemed to be limited options. However, after raising awareness through the Forge issue #101752 and patch #81078, the feature has been reinstated. This restoration now allows us to use it again without requiring additional code adjustments on the users end.
normal = World
nested = Hello {$normal}
page.10 = TEXT
page.10.value = {$nested}
Hello {$normal}
Hello World
- At least Typo3 v12
- The patch #81078 should either be already merged into Typo3 or added manually via composer patches