feat: include iframe pop-ups on WebPreviews

This commit is contained in:
swve 2025-06-18 11:15:06 +02:00
parent 89889a93bf
commit 35b96c4473
2 changed files with 174 additions and 95 deletions

View file

@ -19,6 +19,7 @@ const WebPreview = Node.create({
alignment: { default: 'left' },
buttonLabel: { default: 'Visit Site' },
showButton: { default: false },
openInPopup: { default: false },
}
},