Change record status: 
Project: 
Introduced in branch: 
1.1.x
Introduced in version: 
1.1.8
Description: 

What's New

Acquia DAM now integrates with the Linkit module, continuing support previous offered by Media: Acquia DAM. Linkit enables DAM media entities to appear in CKEditor's autocomplete link suggestions. This allows content editors to easily link to DAM media assets directly from the WYSIWYG editor.

How to Use

  • Install the Linkit module: composer require drupal/linkit
  • Create or configure a Linkit profile at /admin/config/content/linkit
  • Add the "Media" matcher to your Linkit profile
  • DAM media entities will now appear in link autocomplete suggestions in CKEditor

No additional configuration needed - DAM media entities work automatically with Linkit once enabled.

Benefits

✅ Improved editor experience - Content editors can quickly link to DAM assets via autocomplete
✅ Consistent linking workflow - Use the same link interface for all content types
✅ Better content discoverability - DAM media appears alongside other linkable content

Impacts: 
Site builders, administrators, editors
Module developers