From 6b2cada3fd5591c7961d6cbd7e61f074881505dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 22 Feb 2025 01:43:01 -0500 Subject: [PATCH] Allow advanced link options for target, title, and ARIA label #135 --- config/sync/editor.editor.full_html.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/sync/editor.editor.full_html.yml b/config/sync/editor.editor.full_html.yml index 28c7e34..0420352 100644 --- a/config/sync/editor.editor.full_html.yml +++ b/config/sync/editor.editor.full_html.yml @@ -59,7 +59,10 @@ settings: - title - allowfullscreen editor_advanced_link_link: - enabled_attributes: { } + enabled_attributes: + - aria-label + - target + - title linkit_extension: linkit_enabled: true linkit_profile: default