Improve Froala detection

- Version detection
- dom rule instead of html rule
- Recognize Froala 1.x
main
James Martindale 3 years ago
parent 24eef3f469
commit 2c305e6044

@ -1380,12 +1380,15 @@
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.",
"html": "<[^>]+class=\"[^\"]*(?:fr-view|fr-box)", "dom": ".fr-view, .fr-box, .fr-popup, .froala-box",
"icon": "Froala.svg", "icon": "Froala.svg",
"implies": [ "implies": [
"jQuery", "jQuery",
"Font Awesome" "Font Awesome"
], ],
"js": {
"FroalaEditor.VERSION": "([\\d\\.]+)\\;version:\\1"
},
"website": "http://froala.com/wysiwyg-editor" "website": "http://froala.com/wysiwyg-editor"
}, },
"FrontPage": { "FrontPage": {