From 4c31b17389038ea8f40e5b6ce798a6d8649d81c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hoffmann?= Date: Wed, 22 Nov 2023 15:32:07 +0100 Subject: [PATCH] TASK: update the custom link description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a46f1b5..cb6dde1 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ The `PhoneNumber` link type handles phone links, which start with `tel:` and all

-The `CustomLink` link type allows the editor to add a link in any format. With this you give the editor an escape hatch if the other link types are insufficient for the desired use case. As any other link type the `CustomLink` can be deactivated via the configuration. If you want to deactivate the `CustomLink` link type you can use the a preset: +The `CustomLink` link type allows the editor to add a link in any format. With this you give the editor an escape hatch if the other link types are insufficient for the desired use case. As any other link type the `CustomLink` can be deactivated via the configuration. If you want to deactivate the `CustomLink` link type globaly you can use a preset and a mixin, which is than used as a supertype in all link generating node types: Define the preset: