Resizable
configurationIf enabled, the editor renders a resize handle to allow users to resize it.
resizable
Boolean|ObjectDefault: false
resizable.content
BooleanIf enabled, the editor renders a resize handle to allow users to resize it.
resizable.max
Number|ObjectThe maximum height that the editor can be resized to. If set to an object the user can restrict both max width and height values.
resizable.min
Number|ObjectThe minimum height that the editor can be resized to. If set to an object the user can restrict both min width and height values.
resizable.toolbar
Boolean|ObjectIf resizable is set to true the widget will detect changes in the viewport width and will hide the overflowing controls in the tool overflow popup.
If resizable.toolbar is assigned an object, it will propagate the Toolbar.overflow configuration to the Editor's toolbar.
Tools are shown/hidden on tool group level. Tools with popup such as
fontName,fontSize,fontColor,backColor,formattingandcreateTablewill not be moved to the tool overflow popup and will be always visible.
Default: false