events/Documentation/Features/PageTitle.rst
Daniel Siepmann 1d3c28f228
Provide Page Titles (#46)
That way it is possible to alter the TYPO3 page title when showing a
date or event.

Relates: #10640
2023-11-29 10:52:57 +01:00

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