Cockpit
Cockpit copied to clipboard
WYSIWYG: Tiptap configuration (customize toolbar)
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.