Editor Advanced link
120,371 sites
Security covered
This module enhances the link tool in Drupal's CKEditor, allowing users to add extra attributes like title, class, ID, target, and rel to their links. This provides more control over how links are displayed and function within content.
Enhances the link Dialog in CKEditor.
Allows to define the following attributes:
- title
- class
- id
- target
- rel
- aria-label
Installation and configuration
CKEditor 5 (Drupal 10 / Drupal 11)
Install as usual then:
- Go to the "Text formats and editors" admin page (admin/config/content/formats)
- Configure your text format
- Enable the additional attributes you want for this format in the "Advanced links" tab of the "CKEditor 5 plugin settings"
- Save your configuration
Branches
2.3.xSupport for CKEditor 45 (Drupal 10.5+ / Drupal 11.2+)2.2.xSupport for CKEditor 44 (Drupal 10.3 / 10.4 / 11.0 / 11.1)
Recommended
- Editor File upload to be able to create link to uploaded files easily.
- Linkit provides an easy interface for internal and external linking with wysiwyg editors by using an autocomplete field.
- CKEditor Entity Link is an alternative to Linkit that also provides an easy interface for internal linking within the editor.