Problem/Motivation
There is some work here (https://www.drupal.org/project/linkit/issues/3388565) towards allowing the linkit module to default link text to entity titles instead of entity paths.
If linkit_media_library is used then it too needs some changes in order to pass the entity title onto linkit so that it can be used in the link.
Steps to reproduce
Using the linkit patch from #3388565 while also having linkit_media_library enabled, the inserted link if chosed from the library does not default to the entity title as desired.
Proposed resolution
Update the ckeditor5 plugin so that it sets an entityTitle attribute when passing control back to linkit.
Issue fork linkit_media_library-3526417
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments