feat: add priority option to extensions
This commit is contained in:
@@ -20,6 +20,8 @@ declare module '@tiptap/core' {
|
||||
export const Paragraph = Node.create<ParagraphOptions>({
|
||||
name: 'paragraph',
|
||||
|
||||
priority: 1000,
|
||||
|
||||
defaultOptions: {
|
||||
HTMLAttributes: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user