Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 388 Bytes

File metadata and controls

30 lines (20 loc) · 388 Bytes

TinyMCE Font Awesome

Font Awesome plugin for TinyMCE.

Font Awesome

Requirement

  • TinyMCE 7.x
  • Font Awesome 6.7.2

Configuration

  • Create folder tfa into the TinyMCE plugins folder.

  • Add to init:

tinymce.init({
...
content_css:'/css/all.min.css',
extended_valid_elements:'span[*]'
...
});
  • add to plugins tfa and to toolbar/menubar tfa