From e61b2a51edf2fae746636563a641698bbbe9c9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 7 Apr 2021 18:43:36 +0200 Subject: [PATCH] update text --- docs/src/docPages/guide/extend-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/guide/extend-extensions.md b/docs/src/docPages/guide/extend-extensions.md index b98b7ddf..f1be0efe 100644 --- a/docs/src/docPages/guide/extend-extensions.md +++ b/docs/src/docPages/guide/extend-extensions.md @@ -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. ### 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 import Link from '@tiptap/extension-link'