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