From 2f063319e564c342e5210876e49e4218a1f5f449 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 12 Jan 2017 16:56:02 -0800 Subject: [PATCH] TinyMce: FontAwesome List-icon style added. --- e107_plugins/tinymce4/wysiwyg.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_plugins/tinymce4/wysiwyg.php b/e107_plugins/tinymce4/wysiwyg.php index c4a5023a3..a0b550a30 100644 --- a/e107_plugins/tinymce4/wysiwyg.php +++ b/e107_plugins/tinymce4/wysiwyg.php @@ -535,6 +535,7 @@ class wysiwyg {title: 'Lists', items: [ {title: 'FontAwesome', selector: 'ul', classes: 'fa-ul' }, + {title: 'FontAwesome List Icon', selector: 'i', classes: 'fa-li' }, {title: 'Bootstrap Listgroup', selector: 'ul', classes: 'list-group' }, {title: 'Bootstrap Listgroup Item', selector: 'li', classes: 'list-group-item' }, ]},