rename
This commit is contained in:
11
packages/tiptap-extension-text/index.ts
Normal file
11
packages/tiptap-extension-text/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Node } from '@tiptap/core'
|
||||
|
||||
export default class Text extends Node {
|
||||
|
||||
name = 'text'
|
||||
|
||||
schema = {
|
||||
group: 'inline',
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user