Tiptap RTE: Codesweep for 16.2 (#19879)

* RTE mock data updates

* TODO comment typo correction

* Corrected typo in class name

This could technically be a breaking-change, but since the class name
conflicted with the exported `UmbTiptapToolbarFontFamilyExtensionApi`,
then no one could use it anyway. ¯\_(ツ)_/¯

* Tiptap extension code tidy-up

Also, makes use of `this.name` instead of hardcoded strings.
This commit is contained in:
Lee Kelleher
2025-08-08 07:40:35 +01:00
committed by GitHub
parent ba8e1ae5dd
commit 5f1ecbae94
9 changed files with 32 additions and 25 deletions

View File

@@ -2,4 +2,4 @@
This example demonstrates how you can append extra validation messages to the Validation Context based on the value of a Property of a property Editor that this Customization is not interested in overriding/replacing.
See this having an effect on the All RTEs page, where too long words are invalid.
See this having an effect on the "Rich Text Editor" page, where too long words are invalid.