We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 590c8bb + d1b21d6 commit 940e33bCopy full SHA for 940e33b
packages/headless/src/extensions/updated-image.ts
@@ -1,7 +1,7 @@
1
import Image from "@tiptap/extension-image";
2
3
const UpdatedImage = Image.extend({
4
- name: "updated-image",
+ name: "image",
5
addAttributes() {
6
return {
7
...this.parent?.(),
0 commit comments