UNPKG

tiptap-extension-iframely

Version:

A Tiptap extension for adding embedded content with Iframely.

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