From 574c14aecbb7d3ba87a18762eab74d5865f77185 Mon Sep 17 00:00:00 2001 From: Diana Neculai Date: Mon, 26 Sep 2016 16:55:06 +0300 Subject: [PATCH] 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