- Issue created by @TiagoZ
- πΊπΈUnited States cdupree
This happened on our site after updating Linkit to the most recent version (^7.0). In the meantime to add target="_blank, first- create the link in the text editor, select "insert," then click the link and edit the "Link properties" to open in a new window.
It would be preferable to have this added back to the link creation UI. - πΊπΈUnited States mark_fullmer Tucson
This is due to a design change coming from CKEditor version 45 (see https://ckeditor.com/blog/ckeditor-45-0-0-release-highlights/#smarter-li... ). Basically, some types of link decorators are moved into a "Link properties" sub menu that is only visible and available **after** the original link has been added. This is not a change coming from the Drupal module, per se, but from CKEditor version 45. The "Open in new tab" option behaves differently than other options in Editor Advanced Link because it is defined differently, as a link decorator, in https://git.drupalcode.org/project/editor_advanced_link/-/blob/2.2.x/src...
- π΅πΉPortugal TiagoZ
Thank you mark_fullmer, now I know how to add that option.
Kind regards.