Skip to content
Snippets Groups Projects
Commit 7a39ceb9 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'sylvainlehmann-master-patch-48072' into 'master'

update: fix solid-analytics tag

See merge request !96
parents 193cf1d7 dcf7ad6a
No related branches found
No related tags found
1 merge request!96update: fix solid-analytics tag
Pipeline #14543 passed with stage
in 47 seconds
...@@ -98,7 +98,7 @@ solid-analytics ...@@ -98,7 +98,7 @@ solid-analytics
Manage browsing statistics. Manage browsing statistics.
Sign in on a web analytics service and set ``<sib-analytics>`` inside Sign in on a web analytics service and set ``<solid-analytics>`` inside
``<body>``, at the begining for example. ``<body>``, at the begining for example.
``<solid-analytics>`` accepts the following attributes: ``<solid-analytics>`` accepts the following attributes:
...@@ -109,14 +109,14 @@ Sign in on a web analytics service and set ``<sib-analytics>`` inside ...@@ -109,14 +109,14 @@ Sign in on a web analytics service and set ``<sib-analytics>`` inside
necessary to specify the url attribute. necessary to specify the url attribute.
- ``id``: id of the website on the service. - ``id``: id of the website on the service.
Type ``'debug'`` allow to test sib-analytics. It will display the route Type ``'debug'`` allow to test solid-analytics. It will display the route
on the console each time a navigation is triggered. on the console each time a navigation is triggered.
Example : Example :
.. code:: html .. code:: html
<sib-analytics type="matomo" url="https://matomo.example.com/" id="1234"></sib-analytics> <solid-analytics type="matomo" url="https://matomo.example.com/" id="1234"></solid-analytics>
Interacting with the router Interacting with the router
--------------------------- ---------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment