- Issue created by @mortona2k
I am running this on Drupal 10.1 to convert embedded images in ckeditor to media.
In ImgTagToEmbedFilter, the transform bails on if (!$source_plugin instanceof SqlBase).
The ContentEntity source plugin is not based on SqlBase, so it doesn't work.
I think the check was originally added to skip derived migration plugins.
Active
1.0
Code