add some extensions
This commit is contained in:
@@ -2,18 +2,6 @@ import { Node } from '@tiptap/core'
|
||||
|
||||
export default class Document extends Node {
|
||||
|
||||
// get name() {
|
||||
// return 'document'
|
||||
// }
|
||||
|
||||
// get schema() {
|
||||
// return {
|
||||
// content: 'block+',
|
||||
// }
|
||||
// }
|
||||
|
||||
// type = 'nope'
|
||||
|
||||
name = 'document'
|
||||
|
||||
schema = {
|
||||
|
||||
Reference in New Issue
Block a user