To configure CKEditor & TinyMCE Font Awesome use these keys in config.js
file (for CKEditor) or in initialization script (for TinyMCE).
jsplus_font_awesome_bitmap_generator_url
: StringDefault value:
Url
If you require to insert icon not as a font symbol, use bitmap conversion feature (for PHP web sites only). In the most of times plugin will automatically detect the URL of bitmap generator (converter) script. If you have specific configuration, set it manually. For example
http://your-site.com/path/to/ckeditor/plugins/doksoft_font_awesome/fonts/gen.php
.jsplus_font_awesome_bitmap_allowed
: BooleanDefault value:
false
Available values:
true
, false
If you do not need the feature of rendering font as bitmaps, you can disable it using this parameter.
jsplus_font_awesome_default_size
: IntegerDefault value:
24
Default size for font icons.
jsplus_font_awesome_default_color
: StringDefault value:
#000000
Default color for font icons. HEX code only.
jsplus_font_awesome_default_add_size_to_style
: BooleanDefault value:
false
Available values:
true
, false
Default
Add to style
checkbox state for size.jsplus_font_awesome_default_add_color_to_style
: BooleanDefault value:
false
Available values:
true
, false
Default
Add to style
checkbox state for color.jsplus_font_awesome_default_use_bitmap
: BooleanDefault value:
false
Available values:
true
, false
Default state of the ckeckbox
Use bitmap
.