CoreMedia CKEditor 5 Plugins
    Preparing search index...

    This plugin registers a toModel function for the ContentClipboardEditing plugin.

    Initially, the ContentClipboardEditing plugin does not know how to handle insertions (e.g., via drag and drop) of contents into the editor. Therefore, each feature has to provide this information to the plugin manually.

    This particular plugin provides a strategy on how to insert contents that should be displayed as a preview image.

    Hierarchy

    • Plugin
      • ContentImageClipboardPlugin
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • editor: Editor

      Returns ContentImageClipboardPlugin

    Properties

    pluginName: "ContentImageClipboardPlugin" = ...

    Methods