How to customize WYSIWYG Editor

Hello,

Is it possible to increase the size of the WYSIWYG field?
Or to make it full screen?

I tried the followed code but it doesn’t work :

No full screen possibility

Thank you,

Hello, it seems like the editor plugin was changed and so the documentation is not up to date.
You can change the WYSIWYG editor’s height this way under the Options tab. I also add the toolbar buttons available (that’s all I found) :

{
  height: '1000px',
  toolbar: 'format | alignLeft alignCenter alignRight | link image | listBullet listOrdered | table hr | bold italic underline strikethrough | subscript superscript | code highLight color | undo redo',
}

Tiptap apparently doesn’t offer any fullscreen option.

Hope this helps !

1 Like

Thank you for your response :slightly_smiling_face:
It works perfectly :folded_hands: