- Issue created by @ravi kant
- 🇬🇧United Kingdom aaron.ferris
I cannot seem to reproduce this
1. Fresh D10
2. Latest version of this module, via composer
3. Enable the module
4. Add an image field to a content type
5. Configure the display for the image field to be 'Image URL formatter'Are you trying to use this formatter on an image field? It will only (I believe) work on image fields, not entity reference fields pointing at image media types (for example)
- 🇮🇳India ravi kant Jaipur
@aaron.ferris
Are you trying to use this formatter on an image field? It will only (I believe) work on image fields, not entity reference fields pointing at image media types (for example)
Yes @aaron.ferris, I am facing issue in
Entity reference media type image
- 🇭🇺Hungary nagy.balint
From the formatter definition
* @FieldFormatter( * id = "image_url_formatter", * label = @Translation("Image URL Formatter"), * field_types = { * "image" * } * )
This module currently only supports image field.
- 🇭🇺Hungary nagy.balint
Can you provide more details on how I could reproduce the issue?