# How to customize WYSIWYG Editor

**URL:** https://discourse.getcockpit.com/t/how-to-customize-wysiwyg-editor/3169
**Category:** Support
**Created:** [March 17, 2025, 7:13pm UTC](https://discourse.getcockpit.com/t/how-to-customize-wysiwyg-editor/3169 "2025-03-17T19:13:40Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Barcsix](https://yyz2.discourse-cdn.com/flex030/user_avatar/discourse.getcockpit.com/barcsix/32/1527_2.png) [@Barcsix](https://discourse.getcockpit.com/u/Barcsix)
#### Post date: [March 18, 2025, 10:45am UTC](https://discourse.getcockpit.com/t/how-to-customize-wysiwyg-editor/3169/2 "2025-03-18T10:45:16Z")

</div>

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) :

```auto
{
  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 !

---

_[View the full topic](https://discourse.getcockpit.com/t/how-to-customize-wysiwyg-editor/3169)._
