Problem/Motivation
web/modules/contrib/image_url_formatter/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php defines an "image_url"
web/core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php also defines an "image_url"
When editing I see that the core's version wins this "race", so this module now doesn't provide anything anymore.
This module's version is better because the URL can be set to absolute.
Steps to reproduce
Proposed resolution
Rename this module's formatter.
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
kaszarobertHere's a patch for renaming this module's formatter.
Comment #3
kaszarobertComment #4
betarobot commentedWell spotted. Patch worked well for me with 9.5.3 core.
Comment #5
keshavv commentedWorking perfect, Thankyou.
Comment #7
urvashi_vora commentedReviewed and tested the patch, works well for me as well.
LGTM, RTBC++
Committing the changes for helping the maintainer.
Comment #10
keshavv commentedComment #11
g089h515r806 commented