Tiptap RTE: support for extension config #19525
Replies: 1 comment
-
@Fuasmattn Good questions. For question 1, it currently isn't possible to configure (or reconfigure) an extension. The current way would be unregister (exclude or overwrite) the Umbraco extension, (in this case the There are some docs on this: For question 2, that's exactly how to configure it, (in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey there 👋
I recently migrated to Tiptap as main RTE and got the requirement of providing a character limit to the editors. The already enabled statusbar extension
@tiptap/extension-character-count
is serving well, however, I cannot provide any additional options to it. Specifically, I'd like to configure a character limit on the extension.So my main questions are:
This doesn't seem to work, and I'm wondering whether it's on me or the CharacterCount extension already being registered in the backoffice.
Beta Was this translation helpful? Give feedback.
All reactions