mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 19:36:09 +01:00
Daniel Siepmann
1d3c28f228
That way it is possible to alter the TYPO3 page title when showing a date or event. Relates: #10640
15 lines
451 B
ReStructuredText
15 lines
451 B
ReStructuredText
.. index:: single: page title
|
|
.. _pageTitle:
|
|
|
|
Page Title
|
|
==========
|
|
|
|
The extension comes with default implementations for PageTitleProvider.
|
|
|
|
The default implementation can be exchanged by leveraging TYPO3 Dependency Injection.
|
|
|
|
Further resources:
|
|
|
|
* https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/Seo/PageTitleApi.html
|
|
|
|
* https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/ApiOverview/DependencyInjection/Index.html
|