How To Change Textarea Rows Number In BREAD I mean (Height of Text area )

tag-dev

Oct 1st, 2018 02:07 PM

How To Change Textarea Row In BREAD I mean (Height of Text area )

bobbyiliev

Sep 8th, 2022 10:12 PM

Hi there,

I'm following up on some of the old unanswered questions on the site.

You can change the tinymce editor's options in the additional details column of Bread editor:

{
    "tinymceOptions": {
        "height": 200,
        "min_height": 200
    }
}