Actions
Bug #99268
closedStreamline centralized to load TSconfig
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2022-12-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
#96614 introduced a new way to load PageTSConfig. This is now out of sync with loading UserTSConfig.
This will probably lead to frustration in intragrator and developer side as they can't follow one approach for TSconfig but need to use the old one for UserTSconfig while there is a newer for PageTSconfig.
I would propose to streamline the loading and add the same way to User TS config as well before 12 LTS release.
Updated by Daniel Siepmann almost 2 years ago
- Related to Feature #96614: Add centralized way to load PageTsConfig added
Updated by Daniel Siepmann almost 2 years ago
- Blocked by Task #99120: Deprecate old TypoScriptParser added
Updated by Christian Kuhn over 1 year ago
- Status changed from New to Resolved
There is now a factory for PageTsConfig and a factory for UserTsConfig in core/TypoScript. The casual consumer API remains to be BackendUtility::getPagesTsConfig() and BackendUserAuthentication->getTSConfig(), the factories probably only need to be called in special cases.
Actions