Added TinyMCE toolbar to Tiptap toolbar mappings

for the Font and Style items.
This commit is contained in:
leekelleher
2025-02-24 23:08:18 +00:00
committed by Jacob Overgaard
parent 3dfec52d55
commit e448f4b174

View File

@@ -35,9 +35,10 @@ export class UmbTiptapToolbarConfigurationContext extends UmbContextBase<UmbTipt
cut: null,
copy: null,
paste: null,
styles: null,
fontname: null,
fontsize: null,
styles: 'Umb.Tiptap.Toolbar.StyleSelect',
fontname: 'Umb.Tiptap.Toolbar.FontFamily',
fontfamily: 'Umb.Tiptap.Toolbar.FontFamily',
fontsize: 'Umb.Tiptap.Toolbar.FontSize',
forecolor: null,
backcolor: null,
blockquote: 'Umb.Tiptap.Toolbar.Blockquote',