brotkrueml / extpagetitle
Easy setting of the browser page title in TYPO3 extensions
Installs: 22 910
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >= 7.4
- typo3/cms-core: ^11.5 || ^12.4 || ^13.2
Requires (Dev)
- brotkrueml/coding-standards: ~3.0.0
- ergebnis/composer-normalize: ~2.43.0
- php-coveralls/php-coveralls: ^2.7
- phpunit/phpunit: ^9.6
README
This is a TYPO3 extension that simplifies setting a page title for an extension's plugin view.
The extension in the current version supports TYPO3 v11 LTS, TYPO3 v12 LTS and TYPO3 v13. Use an older version for compatibility with TYPO3 v9 LTS or TYPO3 v10 LTS.
TYPO3 v14.0 introduced a new RecordTitleProvider which will make this extension obsolete.