Problem/Motivation
Trying to migrate media entity fields, entitiy reference fields or using "Media migration", which converts all image fields to media fields, will fail with the following message:
[error] The "photoswipe" plugin does not exist [...]
This is caused through "hook_field_migration_field_formatter_info" not supporting media or entity_reference fields.
Steps to reproduce
Proposed resolution
Add media_image and entity_reference support for "hook_field_migration_field_formatter_info".
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork photoswipe-3332543
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
anybodyNice finde @Grevil! RTBC
Comment #4
anybody@Grevil merged this.