PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

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
    }
}