emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

Display editor in larger size (vertical) #13

Closed akmalelias closed 5 years ago

akmalelias commented 5 years ago

Hi, is it possible to make the editor vertically bigger? Something similar to the rows() function for Textarea field.

Thanks

emilianotisato commented 5 years ago

Hello @akmalelias ,

Sure, you can pass any argument allowed by the tinyMCE sdk. to the options array:

            NovaTinyMCE::make('my-textarea-column')->options(['height' => '980']),