From 8e9122876dcfa4598787d3c2d56be59170546d54 Mon Sep 17 00:00:00 2001 From: Stefan Neculai Date: Tue, 18 Apr 2017 13:15:52 +0300 Subject: [PATCH] Improve detection of Froala Editor --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index dffea9b8f..77b167e1c 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2700,8 +2700,9 @@ "24" ], "icon": "Froala.svg", + "html": "class=\".*(fr-view|fr-box)", "implies": [ - "jQuery" + "jQuery", "Font Awesome" ], "website": "http://froala.com/wysiwyg-editor" },