I am not getting "Image URL Formatter"

I have install in drupal 10.2.3 and enabled the module.
The checking "Image URL formatter" in Manage display of content type and Views.
But not getter in both "Content type" and "Views".

Comments

ravi kant created an issue. See original summary.

aaron.ferris’s picture

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)

ravi kant’s picture

@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

ravi kant’s picture

ravi kant’s picture

nagy.balint’s picture

Category: Bug report » Feature request

From the formatter definition

 * @FieldFormatter(
 *   id = "image_url_formatter",
 *   label = @Translation("Image URL Formatter"),
 *   field_types = {
 *     "image"
 *   }
 * )

This module currently only supports image field.

nagy.balint’s picture

Category: Feature request » Bug report
Status: Active » Postponed (maintainer needs more info)

Can you provide more details on how I could reproduce the issue?