Skip to content

Cannot find module '@umbraco-cms/backoffice/tiptap' #6767

@erikjanwestendorp

Description

@erikjanwestendorp

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.

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions