Skip to content

ed3/ckeditorfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckeditorfa6

ckeditor fontAwesome 6 plugin with Font Awesome free v.6.x (current branch is compatible with Font Awesome v.6)

settings

  1. add in your html page all.min.css
  2. add in your config.js from ckeditor folder:
    • config.extraPlugins = 'ckeditorfa';
    • config.allowedContent = true;
    • config.contentsCss = '/{your_path}/all.min.css';

CKEDITOR.dtd.$removeEmpty['span'] = false;

info

for Font Awesome v.4.7 use branch fa4

for Font Awesome v.5.15 use branch fa5