Problem/Motivation
Provide LinkIt plugin migration support for Acquia DAM migration.
Currently:
- Media: Acquia DAM provides dam_asset LinkIt substitution plugin (Direct URL to DAM file entity)
- Acquia DAM module provides acquia_dam_asset LinkIt plugin (Direct URL to Acquia DAM Assets)
Migration gap: CKEditor LinkIt configurations point to legacy dam_asset plugin and need updating to acquia_dam_asset.
Steps to reproduce
Create migration handler that:
- Identifies legacy LinkIt configurations using dam_asset plugin in CKEditor text formats
- Updates plugin references from dam_asset → acquia_dam_asset
Issue fork media_acquiadam-3569863
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
Comment #3
rajeshreeputraRequesting review.
Comment #5
rajeshreeputraMerged!