File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 23
23
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
24
24
xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Config:etc/system_file.xsd" >
25
25
<system >
26
+ <!-- Prefix "piwik/" left for compatibility with Henhed_Piwik -->
26
27
<section id =" piwik"
27
28
translate =" label"
28
29
type =" text"
141
142
showInWebsite =" 1"
142
143
showInStore =" 1" >
143
144
<label >PHP Script Path</label >
144
- <config_path >matomo /tracking/php_script_path</config_path >
145
+ <config_path >piwik /tracking/php_script_path</config_path >
145
146
<comment >Path to the Matomo tracker PHP script. Usually " matomo.php" .</comment >
146
147
<frontend_class >required-entry</frontend_class >
147
148
</field >
153
154
showInWebsite =" 1"
154
155
showInStore =" 1" >
155
156
<label >Javascript Path</label >
156
- <config_path >matomo /tracking/js_script_path</config_path >
157
+ <config_path >piwik /tracking/js_script_path</config_path >
157
158
<comment >Path to the Matomo tracker Javascript. Usually " matomo.js" .</comment >
158
159
<frontend_class >required-entry</frontend_class >
159
160
</field >
165
166
showInWebsite =" 1"
166
167
showInStore =" 1" >
167
168
<label >CDN Hostname</label >
168
- <config_path >matomo /tracking/cdn_hostname</config_path >
169
+ <config_path >piwik /tracking/cdn_hostname</config_path >
169
170
<comment >Hostname for serving the Matomo tracker Javascript. May be left empty in which case the regular hostname will be used.</comment >
170
171
</field >
171
172
</group >
Original file line number Diff line number Diff line change 23
23
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
24
24
xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Store:etc/config.xsd" >
25
25
<default >
26
+ <!-- Prefix "piwik/" left for compatibility with Henhed_Piwik -->
26
27
<piwik >
27
28
<tracking >
28
29
<enabled >0</enabled >
You can’t perform that action at this time.
0 commit comments