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.
This plugin registers a
toModel
function for theContentClipboardEditing
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.