Removed html identifiers from ColorMag entry

main
Rich Hall 3 years ago
parent 29d645bfdd
commit 80b6329c3a

@ -4983,13 +4983,10 @@
"description": "ColorMag theme is for creating news, magazine, newspaper and other kinds of publishing sites. Compatible with Elementor.", "description": "ColorMag theme is for creating news, magazine, newspaper and other kinds of publishing sites. Compatible with Elementor.",
"icon": "themegrill.png", "icon": "themegrill.png",
"dom": [ "dom": [
"link[rel='stylesheet'][id*='colormag-style-css']", "link[id*='colormag-style']",
"body[class*='colormag-theme']" "body[class*='colormag-theme']"
], ],
"html": [ "scripts": "themes/colormag.*\\.js\\?ver=([0-9.]+)\\;version:\\1",
"<link[^>]* href=[\\'\"][^']+colormag/.*\\.css\\?ver=([0-9.]+)\\;version:\\1",
"<script[^>]* src=[\\'\"][^']+themes/colormag.*\\.js\\?ver=([0-9.]+)\\;version:\\1"
],
"requires": "WordPress", "requires": "WordPress",
"website": "https://themegrill.com/themes/colormag/" "website": "https://themegrill.com/themes/colormag/"
}, },