Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Add reference to BeforeLoadedPageTsConfigEvent #373

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
9 changes: 5 additions & 4 deletions Documentation/UsingSetting/PageTSconfig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ installations that contain only one site and use only one sitepackage extension.
Extensions supplying custom default page TSconfig that should always be included,
can also set the page TSconfig globally.

The PSR-14 event :ref:`t3coreapi:BeforeLoadedPageTsConfigEvent` is available to
add global static page TSconfig before anything else is loaded.


.. _page-tsconfig-v11-v12:

Global page TSconfig, compatible with TYPO3 v11 and v12
Expand Down Expand Up @@ -147,10 +151,7 @@ Verify the final configuration
==============================

The full page TSconfig for any given page can be viewed using the module
:guilabel:`Web > Info` module, action :guilabel:`Page TSconfig`.

.. figure:: /Images/ManualScreenshots/Info/TSconfigOverview.png
:alt: Viewing Page TSconfig using the Info module
:guilabel:`Page TSconfig` with in the :guilabel:`Site Management` section.


.. index:: pair: Page TSconfig; Override values
Expand Down
Loading