Skip to content

Commit 6bcf4a0

Browse files
Add resource to the section again
- Fix small grammar mistake - Provide more clarity regarding banned terms
1 parent 4a0b833 commit 6bcf4a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basecom/magento2-speculation-rules-toolbox",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Magento2 module to provide extensive functionality for speculation rules",
55
"type": "magento2-module",
66
"license": [

etc/adminhtml/system.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
>
1717
<label>Performance</label>
1818
<tab>basecom</tab>
19+
<resource>Basecom_SpeculationRulesToolbox::config</resource>
1920
<group id="speculation_rules_toolbox" translate="label" type="text" sortOrder="10"
2021
showInDefault="1"
2122
showInWebsite="1"
@@ -165,7 +166,7 @@
165166
<label>Banned terms</label>
166167
<comment>
167168
<![CDATA[
168-
URLs containing these terms will not be considered for preloading.
169+
URLs containing these terms will not be considered for preloading. Applies to all subsequent preloads, except for rules defined in your own custom script.
169170
]]>
170171
</comment>
171172
<tooltip>
@@ -659,7 +660,7 @@
659660
<comment>The CSS-selector used for targeting the elements to be preloaded.</comment>
660661
<tooltip>
661662
<![CDATA[Good to know:<br>You can use <b>any</b> CSS-selector. The underlying code will check, if the matched elements are already a-tags (using document.querySelectorAll().<br><br>If they are not all a-tags,
662-
the element is loaded via document.querySelector() and all of its child a-tags are matched. This is especially useful when you have already e.g. a specific container you would like to target.]]>
663+
the element is loaded via document.querySelector() and all of its child a-tags are matched. This is especially useful when you already have e.g. a specific container you would like to target.]]>
663664
</tooltip>
664665
<depends>
665666
<field id="dynamic_targets_enabled">1</field>

0 commit comments

Comments
 (0)