Static
Readonly
pluginStatic
Readonly
requiresThis function is used to register "toModel" functions in other plugins. These functions are held in the ContentToModelRegistry and are used to insert content into the editor.
Please note: Types that are not supported by the DataToModelMechanism will fall back to the default "toModel" function or throw an error.
the identifier for the content (e.g., "link" or "image")
a function that expects a contentUri as parameter and returns a promise of type CreateModelFunction
The ContentClipboardEditing plugin listens to Content Input Markers, added by the
ContentClipboard
plugin. It then loads the linked content, removes the placeholder and renders the corresponding content.