Open
Description
Which Umbraco version are you using?
16.0
Bug summary
The Tiptap-based Rich Text Editor in Umbraco supports a maxHeight parameter in its configuration, but it does not support a minHeight (or min-height) parameter.
Specifics
It is crucial in our case, that Tip-Tap field is much higher than others, as this is the field where major content must be written.
We therefore need a good solution to set a minimum height.
Steps to reproduce
- Add a Rich Text Editor (Tiptap) to a content type or block editor
- Try to configure it to have a minimum height via the property editor config (JSON) – there's no available option
- Observe that the editor collapses when empty and grows only based on content length
Expected result / actual result
It is possible to configure minimum Height for Tip-tap editor