Initial commit - Typo3 11.5.41

This commit is contained in:
Matteo Gallo
2026-07-03 17:53:31 +02:00
commit 5ca4743197
6811 changed files with 568848 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
.. include:: ../Includes.rst.txt
.. _scripts:
===========
Script loading
===========
Since version 1.3.0, you can define scripts such as Google Analytics in the TYPO3 backend that are loaded after the content has been accepted.
To do this, define the cookie and select the consent type.
.. note::
make sure u defined the storagePid :ref:`Configuration <config_arguments>`
.. figure:: ../Images/be-cookies.png
:class: with-shadow
:width: 600px
list of defined cookies
.. figure:: ../Images/be-cookie-example.png
:class: with-shadow
:width: 400px
basic cookie information
.. figure:: ../Images/be-cookie-example-scripts.png
:class: with-shadow
:width: 400px
script that loads after consent
If you want to define the script directly in your code, look in the :ref:`developer area <scripts_code>`.