Added TinyMCE toolbar to Tiptap toolbar mappings
for the Font and Style items.
This commit is contained in:
committed by
Jacob Overgaard
parent
3dfec52d55
commit
e448f4b174
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user