Hey there!
I’m using v15 and I have a need to limit the number of characters that a data type using Rich Text Editor [Tiptap] Property Editor UI
can have.
I’ve found this TipTap CharacterCount extension that does what I need exactly.
The only thing I’m missing is adding the limit itself as a configuration of the datatype.
Can I have some kind of property editor UI that extends the default Umb.PropertyEditorUi.Tiptap
but adds the new configuration?
Also, if I keep the schema as Umbraco.RichText
I’ll have the default RTE behavior when using models builder, correct?
All the best,
Pedro