Merge pull request #6028 from jkmartindale/fix/froala

Improve Froala detection
main
Elbert Alias 3 years ago committed by GitHub
commit 14033d20fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1380,12 +1380,15 @@
24
],
"description": "Froala Editor is a WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities for applications.",
"html": "<[^>]+class=\"[^\"]*(?:fr-view|fr-box)",
"dom": ".fr-view, .fr-box, .fr-popup, .froala-box",
"icon": "Froala.svg",
"implies": [
"jQuery",
"Font Awesome"
],
"js": {
"FroalaEditor.VERSION": "([\\d\\.]+)\\;version:\\1"
},
"website": "http://froala.com/wysiwyg-editor"
},
"FrontPage": {
@ -1547,4 +1550,4 @@
"scriptSrc": "/fullPage\\.js(?:/([\\d\\.]+)/)?\\;version:\\1",
"website": "https://github.com/alvarotrigo/fullpage.js"
}
}
}