Auto-Adjustable Height
      The editor's height will automatically adjust between the heightMin and heightMax
        values to fit the content inside the editable area.
      
        - heightMin will prevent the rich text editor's box being smaller than the
          value passed.
- heightMax will prevent the rich text editor's box being taller than the
          value passed. If the text is too long, then the WYSIWYG HTML editor will get a vertical scrollbar.