UNPKG

tiptap-extension-iframely

Version:
2 lines (1 loc) 336 B
import{Node as r,mergeAttributes as t}from"@tiptap/core";var d=r.create({addAttributes(){return{src:{default:null}}},atom:!0,draggable:!0,group:"block",name:"iframely",parseHTML(){return[{tag:'div[data-type="iframely-embed"]'}]},renderHTML({HTMLAttributes:e}){return["div",t(e,{"data-type":"iframely-embed"})]}});export{d as Iframely};