- Issue created by @idiaz.roncero
- 🇪🇸Spain idiaz.roncero Madrid
Created MR that uses the Source plugins to check for the Image plugin and the actual source field name.
Right now, this module is asuming the user will use the default Image media bundles with the default field names that Drupal provides out of the box.
This can't be the case.
- Add this module to a field that uses a Image media entity whose bundle name is not "image" and / or the field that holds the file reference is not named "field_media_image"
- It won't work.
Media entities have a MediaSource that can be interrogatted to get the actual information.
Active
1.0
Code
Created MR that uses the Source plugins to check for the Image plugin and the actual source field name.