I have a media item with Image A
. That media item is displayed in the body field with Ckeditor.
<drupal-media data-align="center" data-entity-type="media" data-entity-uuid="8037391d-5a84-4ced-a88d-587fccc013bf"></drupal-media>
I just edited the media item and replace the image with Image B
.
Then when I went to the node edit form, the body field is previewing the old image Image A
while on the frontend if I go to the node view page, The correct image Image B
is displaying.
I have cleared the cache as well so that the body field can preview the updated image Image B
but still has no effect.
How can I fix it? Is there any CKeditor related cache that needs to be cleared?