CoreMedia CKEditor 5 Plugins
    Preparing search index...

    This plugin takes care of linkable Studio contents, which are dropped directly into the editor or pasted from the clipboard.

    Hierarchy

    • Plugin
      • ContentClipboard
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: Editor

      Returns ContentClipboard

    Properties

    pluginName: "ContentClipboardPlugin" = PLUGIN_NAME
    requires: (
        | typeof Clipboard
        | typeof ClipboardPipeline
        | typeof ContentClipboardEditing
        | typeof UndoSupport
    )[] = ...

    Methods