From 574c14aecbb7d3ba87a18762eab74d5865f77185 Mon Sep 17 00:00:00 2001 From: Diana Neculai Date: Mon, 26 Sep 2016 16:55:06 +0300 Subject: [PATCH 1/2] Add Froala Editor to rich text editors. --- src/apps.json | 8 ++++++++ src/icons/Froala.svg | 1 + 2 files changed, 9 insertions(+) create mode 100644 src/icons/Froala.svg diff --git a/src/apps.json b/src/apps.json index 1c96fdc39..58b7a42bb 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2439,6 +2439,14 @@ "implies": "Microsoft ASP.NET", "website": "freetextbox.com" }, + "Froala Editor": { + "cats": [ + 24 + ], + "icon": "Froala.svg", + "website": "froala.com/wysiwyg-editor", + "implies": [ "jQuery" ] + }, "FrontPage": { "cats": [ 20 diff --git a/src/icons/Froala.svg b/src/icons/Froala.svg new file mode 100644 index 000000000..725e7ff3c --- /dev/null +++ b/src/icons/Froala.svg @@ -0,0 +1 @@ +Froala \ No newline at end of file From 6e0e4bda06d0f6690e5710eb259140c1d5702a16 Mon Sep 17 00:00:00 2001 From: Diana Neculai Date: Mon, 26 Sep 2016 16:57:22 +0300 Subject: [PATCH 2/2] Fix bad indentation. --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 58b7a42bb..d2067f099 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2445,7 +2445,7 @@ ], "icon": "Froala.svg", "website": "froala.com/wysiwyg-editor", - "implies": [ "jQuery" ] + "implies": [ "jQuery" ] }, "FrontPage": { "cats": [ @@ -9290,4 +9290,4 @@ "51": "Landing Page Builders", "52": "Live Chat" } -} \ No newline at end of file +}