Configuration options for editor pasting as into behavior

interface IPasteAsOptions {
    enabled?: boolean;
    showPasteSelector?: "never" | "afterPaste";
}

Properties

enabled?: boolean

Enable paste as functionality in editors. Defaults to true.

showPasteSelector?: "never" | "afterPaste"

Controls if a widget is shown after a drop. Defaults to 'afterPaste'.