diff --git a/composer.json b/composer.json
index f939ff6..7f89b12 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "basecom/magento2-speculation-rules-toolbox",
- "version": "0.9.1",
+ "version": "0.9.2",
"description": "Magento2 module to provide extensive functionality for speculation rules",
"type": "magento2-module",
"license": [
diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml
index 1080843..974faef 100644
--- a/etc/adminhtml/system.xml
+++ b/etc/adminhtml/system.xml
@@ -16,6 +16,7 @@
>
basecom
+ Basecom_SpeculationRulesToolbox::configBanned terms
@@ -659,7 +660,7 @@
The CSS-selector used for targeting the elements to be preloaded.
You can use any CSS-selector. The underlying code will check, if the matched elements are already a-tags (using document.querySelectorAll().
If they are not all a-tags,
- 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.]]>
+ 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.]]>
1