[BREAKING CHANGE] change the default document type to doc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Node } from '@tiptap/core'
|
||||
|
||||
export const Document = Node.create({
|
||||
name: 'document',
|
||||
name: 'doc',
|
||||
topNode: true,
|
||||
content: 'block+',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user