rename
This commit is contained in:
13
packages/tiptap-extension-document/index.ts
Normal file
13
packages/tiptap-extension-document/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Node } from '@tiptap/core'
|
||||
|
||||
export default class Document extends Node {
|
||||
|
||||
name = 'document'
|
||||
|
||||
topNode = true
|
||||
|
||||
schema = {
|
||||
content: 'block+',
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user