start moving everything to components
This commit is contained in:
15
packages/_legacy-tiptap/src/nodes/Text.js
Normal file
15
packages/_legacy-tiptap/src/nodes/Text.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import Node from '../utils/node'
|
||||
|
||||
export default class TextNode extends Node {
|
||||
|
||||
get name() {
|
||||
return 'text'
|
||||
}
|
||||
|
||||
get schema() {
|
||||
return {
|
||||
group: 'inline',
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user