Change ElasticSuite Regex

Removed second pattern with groups matching full html document, extended first pattern to not only input tags
main
Fabian Hafner 3 years ago committed by GitHub
parent fc92c817c2
commit 6942e9551d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -290,8 +290,7 @@
},
"description": "ElasticSuite is a merchandising suite for Magento and OroCommerce.",
"html": [
"<input [^>]*Smile_Elasticsuite[^>]*>",
"<[\\S\\s.*]*Smile_Elasticsuite[\\S\\s.*]*>"
"<[^>]*Smile_Elasticsuite[^>]*>"
],
"icon": "ElasticSuite.svg",
"implies": [

Loading…
Cancel
Save