From 6bcf4a05f8b0814a98f44113a371026980189ae4 Mon Sep 17 00:00:00 2001 From: Finn Reinhardt Date: Fri, 14 Mar 2025 10:56:10 +0100 Subject: [PATCH] Add resource to the section again - Fix small grammar mistake - Provide more clarity regarding banned terms --- composer.json | 2 +- etc/adminhtml/system.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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::config Banned 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