diff --git a/src/technologies/f.json b/src/technologies/f.json index da6078f0e..405ab520b 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -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" } -} \ No newline at end of file +}