update text
This commit is contained in:
@@ -40,7 +40,7 @@ The extension name is used in a whole lot of places and changing it isn’t too
|
|||||||
The extension name is also part of the JSON. If you [store your content as JSON](/guide/output#option-1-json), you need to change the name there too.
|
The extension name is also part of the JSON. If you [store your content as JSON](/guide/output#option-1-json), you need to change the name there too.
|
||||||
|
|
||||||
### Priority
|
### Priority
|
||||||
With the priority you can specify the order of the extensions. This has an impact on the schema and ProseMirror plugins.
|
With the priority you can specify the order of the extensions. This has an impact on the schema and ProseMirror plugins. Default priority is `100`. A higher value means that the extension will be loaded earlier.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import Link from '@tiptap/extension-link'
|
import Link from '@tiptap/extension-link'
|
||||||
|
|||||||
Reference in New Issue
Block a user