Closed serkanboztepe closed 2 years ago
In your config file (nova-tinymce5-editor.php) add height and desired value to 'init' array, something like this:
'init' => [
...,
'height' => 300,
],
In your config file (nova-tinymce5-editor.php) add height and desired value to 'init' array, something like this:
'init' => [ ..., 'height' => 300, ],
I cleared browser and Laravel cache and config settings. Sorry it doesn't work for me. The height increases when I add text. I want to display with scroll.
Remove 'autoresize' from loaded plugins.
And you should really read TinyMCE documentation to learn how to adjust editor the way you want.
Remove 'autoresize' from loaded plugins.
And you should really read TinyMCE documentation to learn how to adjust editor the way you want.
It's done now. You are right OK. I didn't see it because I was focusing on height. Thank you so much. You have made a very nice plugin.
hi, how to editor set height? It is auto generated based on text height.