Cockpit icon indicating copy to clipboard operation
Cockpit copied to clipboard

WYSIWYG: Tiptap configuration (customize toolbar)

Open praserx opened this issue 11 months ago • 2 comments

Hi,

I'm trying to configure the new Tiptap WYSIWYG editor and customize its extensions. I attempted the following configuration:

{  
    tiptap: {  
        extensions: ['Document', 'Paragraph', 'Text'],  
    },  
}

However, I'm not sure if this is the correct approach. Could you point me to any documentation or provide guidance on how to properly configure and customize the editor?

Thank you.

praserx avatar Jan 10 '25 08:01 praserx