Attention
TYPO3 v12 has reached end-of-life as of April 30th 2026 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v12 here: TYPO3 ELTS.
page.tsconfig
New in version 12.0
Starting with TYPO3 version 12.0 page TSconfig from
Configuration/page.tsconfig is automatically included for all
pages.
Configuration/page.tsconfig
-
- Scope
- extension
- Path (Composer)
- packages/my_extension/Configuration/page.tsconfig
- Path (Classic)
- typo3conf/ext/my_extension/Configuration/page.tsconfig
In this file global page TSconfig can be stored. It will be automatically included for all pages.
For details see Setting the page TSconfig globally.
EXT:some_extension/Configuration/page.tsconfig
TCEMAIN.linkHandler.page.configuration.pageIdSelector.enabled = 1
Copied!