ckeditor_font-8.x-1.x-dev/ckeditor_font.ckeditor5.yml
ckeditor_font.ckeditor5.yml
ckeditor_font_font:
ckeditor5:
plugins:
- font.FontSize
- font.FontFamily
drupal:
label: Font Size & Family
library: ckeditor_font/font
admin_library: ckeditor_font/admin.font
class: Drupal\ckeditor_font\Plugin\CKEditor5Plugin\Font
toolbar_items:
fontSize:
label: Font Size
fontFamily:
label: Font Family
elements:
- <span>
- <span style>
ckeditor_font_font_color:
ckeditor5:
plugins:
- font.FontColor
drupal:
label: Font Color
library: ckeditor_font/font
admin_library: ckeditor_font/admin.fontcolor
class: Drupal\ckeditor_font\Plugin\CKEditor5Plugin\FontColor
toolbar_items:
fontColor:
label: Font Color
elements:
- <span>
- <span style>
ckeditor_font_font_background_color:
ckeditor5:
plugins:
- font.FontBackgroundColor
drupal:
label: Font Background Color
library: ckeditor_font/font
admin_library: ckeditor_font/admin.fontbackgroundcolor
class: Drupal\ckeditor_font\Plugin\CKEditor5Plugin\FontBackgroundColor
toolbar_items:
fontBackgroundColor:
label: Font Background Color
elements:
- <span>
- <span style>
