What type of issue is it? (Choose one - delete the others)
Wrong documentation
What article/section is this about?
rich-text-editor/extensions
Describe the issue
When attempting to add the following code sample:
import { UmbTiptapExtensionApiBase } from '@umbraco-cms/backoffice/tiptap';
import { Highlight } from '@tiptap/extension-highlight';
export default class UmbTiptapHighlightExtensionApi extends UmbTiptapExtensionApiBase {
getTiptapExtensions = () => [Highlight];
}
Cannot find module '@umbraco-cms/backoffice/tiptap' or its corresponding type declarations.
