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 24
], ],
"description": "Froala Editor is a WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities for applications.", "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", "icon": "Froala.svg",
"implies": [ "implies": [
"jQuery", "jQuery",