Neve - removed html identifiers

main
Rich Hall 3 years ago
parent 80b6329c3a
commit 313fc4fa9d

@ -13887,13 +13887,10 @@
"description": "Neve is a super-fast, easily customizable, multi-purpose theme that works perfectly with Gutenberg and the most popular page builders as well as WooCommerce", "description": "Neve is a super-fast, easily customizable, multi-purpose theme that works perfectly with Gutenberg and the most popular page builders as well as WooCommerce",
"icon": "themeisle.png", "icon": "themeisle.png",
"dom": [ "dom": [
"link[rel='stylesheet'][id*='neve-style-css']", "link[id*='neve-style']",
"body[class*='neve-theme']" "body[class*='neve-theme']"
], ],
"html": [ "scripts": "themes/neve.*\\.js\\?ver=([0-9.]+)\\;version:\\1",
"<link[^>]* href=[\\'\"][^']+neve/.*\\.css\\?ver=([0-9.]+)\\;version:\\1",
"<script[^>]* src=[\\'\"][^']+themes/neve.*\\.js\\?ver=([0-9.]+)\\;version:\\1"
],
"requires": "WordPress", "requires": "WordPress",
"website": "https://themeisle.com/themes/neve/" "website": "https://themeisle.com/themes/neve/"
}, },