Merge pull request #6307 from jkmartindale/fix/froala-1.x

Improve Froala 1.x detection
main
Elbert Alias 2 years ago committed by GitHub
commit 145fe4660a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1447,7 +1447,14 @@
24
],
"description": "Froala Editor is a WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities for applications.",
"dom": ".fr-view, .fr-box, .fr-popup, .froala-box",
"dom": {
".froala-box": {
"exists": "\\;version:1"
},
".fr-view, .fr-box, .fr-popup": {
"exists": "\\;version:2+"
}
},
"icon": "Froala.svg",
"implies": [
"jQuery",
@ -1617,4 +1624,4 @@
"scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1",
"website": "https://github.com/alvarotrigo/fullpage.js"
}
}
}

Loading…
Cancel
Save