Added Elementor Detection (#2500)

* Added Elementor Icon

* added Elementor detection to apps.json

* avoid overkill with patterns
main
Raz Ohad 7 years ago committed by Elbert Alias
parent 9ec61155b9
commit 1e42e581e3

@ -2705,6 +2705,26 @@
], ],
"website": "http://www.ec-cube.net" "website": "http://www.ec-cube.net"
}, },
"Elementor": {
"cats": [
1,
11,
51
],
"html": [
"<div class=(?:\"|')[^\"']*elementor",
"<section class=(?:\"|')[^\"']*elementor",
"<link [^>]*href=(?:\"|')[^\"']*elementor/assets",
"<link [^>]*href=(?:\"|')[^\"']*uploads/elementor/css"
],
"js": {
"elementorFrontend.getElements": ""
},
"script": "elementor/assets/js/[^/]+\\.js\\?ver=([\\d.]+)$\\;version:\\1",
"icon": "Elementor.png",
"implies": "WordPress",
"website": "https://elementor.com"
},
"ELOG": { "ELOG": {
"cats": [ "cats": [
19 19

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB