Skip to content

Commit

Permalink
Fix analytics template path (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel authored Nov 28, 2024
1 parent 39efc72 commit 17807b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbook/manage-analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ You are able to override the analytics template with the

There are three relevant templates folders:

* ``SuluWebsiteBundle:Analytics/type/google``
* ``SuluWebsiteBundle:Analytics/type/google_tag_manager``
* ``SuluWebsiteBundle:Analytics/type/matomo``
* ``SuluWebsiteBundle:Analytics/type/custom``
* ``SuluWebsiteBundle/Analytics/google``
* ``SuluWebsiteBundle/Analytics/google_tag_manager``
* ``SuluWebsiteBundle/Analytics/matomo``
* ``SuluWebsiteBundle/Analytics/custom``

Each of these folders can contain multiple templates according to the desired
position of its content:
Expand Down

0 comments on commit 17807b1

Please sign in to comment.